Searched refs:getpid (Results 26 - 50 of 52) sorted by relevance

123

/barrelfish-2018-10-04/lib/libc/gen/
H A Dsetmode.c359 if (sysctl((int[4]){ CTL_KERN, KERN_PROC, KERN_PROC_UMASK, getpid() },
/barrelfish-2018-10-04/include/
H A Dunistd.h345 pid_t getpid(void);
/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dmergelogs.c63 pid = getpid();
H A Dadjlogs.c197 pid = getpid();
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_load.c325 (void) sprintf(temp, "%s/eclipse.%d.%d", tmpdir, getpid(), ec_vers);
327 (void) sprintf(dummy,"%s/eclipse_dummy.%d.%d",tmpdir,getpid(),ec_vers);
458 (void) sprintf(temp, "%s/eclipse.%d.%d", tmpdir, getpid(), ec_vers);
H A Dwm.c399 getpid(),nret,line,__FILE__);
424 getpid(),nret,line,__FILE__);
449 getpid(),bret,line,__FILE__);
479 getpid(),aret,line,__FILE__);
506 getpid(),aret,line,__FILE__);
1847 wm_pid = getpid();
H A Dbip_misc.c237 int rand_init = ec_unix_time() * getpid();
944 pw.val.nint = getpid();
1332 if (vpid.nint == 0 || vpid.nint == getpid()) { /* this process */
H A Dbip_mps.c380 "%s.%6d",localhostname,getpid() % (PID_MAX+1));
H A Dmem.c1148 own_pid = getpid();
H A Dio.c2852 if (fcntl(fd, F_SETOWN, getpid()) == -1 ||
2873 int pid = (int) getpid();
H A Dos_support.c269 getpid(void) function
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_aep.c69 #define getpid GetThreadID macro
72 #define getpid _getpid macro
872 curr_pid = getpid();
/barrelfish-2018-10-04/lib/libc/net/
H A Drcmd.c115 pid = getpid();
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dmultilink.c268 if (parse_num(str, "PPPD_PID=", &pid) && pid != getpid()) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c548 ret=(unsigned long)getpid();
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmultilink.c268 if (parse_num(str, "PPPD_PID=", &pid) && pid != getpid()) {
/barrelfish-2018-10-04/usr/replay/
H A Dslave.c126 return getpid();
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_int.c1399 srand((unsigned int) getpid());
1452 srand((unsigned int) getpid());
H A Dnsrv_server.c1045 nsrv_path,NSRV_DATAFILE,hostname,getpid() % 1000000 );
H A Dbmsg.msg.c1445 if (fcntl(sock,F_SETOWN,getpid()) == -1)
1462 pid = (int) getpid();
6127 bport.bpid = (bpid_t) getpid();
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_init.c770 u16 = getpid();
/barrelfish-2018-10-04/lib/libc/yp/
H A Dyplib.c306 gpid = getpid();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c1019 ret=(unsigned long)getpid();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.c435 data.pid = getpid();
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure7771 (void) fcntl(fd, F_SETOWN, getpid());
7805 pid = (int) getpid();

Completed in 615 milliseconds

123