Searched refs:pid_t (Results 1 - 25 of 60) sorted by last modified time

123

/barrelfish-master/lib/posixcompat/
H A Dwait.c20 static pid_t children[MAX_CHILDREN];
22 int _posixcompat_add_child(pid_t pid);
24 pid_t wait(int *status)
29 pid_t wait3(int *status, int options, struct rusage *rusage)
35 pid_t waitpid(pid_t pid, int *status, int options)
83 pid_t wpid = children[i];
95 int _posixcompat_add_child(pid_t pid)
H A Dsetsid.c16 pid_t setsid(void)
H A Dkill.c13 int kill(pid_t pid, int sig)
H A Dgetpid.c14 pid_t getpid(void)
28 pid_t getppid(void)
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_guard_impl.h123 static_assert(sizeof(pid_t) == sizeof(uint32_t), "");
/barrelfish-master/usr/eclipseclp/
H A Dconfigure6779 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
6785 #define pid_t int
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dconfig.h81 #undef pid_t macro
H A Dbip_io.c4715 pid = waitpid((pid_t) pv.nint, &statusp, 0);
4717 pid = waitpid((pid_t) pv.nint, &statusp, WNOHANG);
4731 pid = waitpid((pid_t) (-1), &statusp, 0);
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_aep.c65 typedef int pid_t; typedef
251 static pid_t recorded_pid = 0;
868 pid_t curr_pid;
/barrelfish-master/lib/openssl-1.0.0d/
H A De_os.h458 # define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP macro
/barrelfish-master/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.h49 pid_t *pid;
H A Deasy-tls.c430 pid_t pid;
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_unix.c140 pid_t curr_pid;
200 pid_t curr_pid = getpid();
H A Dmd_rand.c341 pid_t curr_pid = getpid();
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dipv6cp.c328 static pid_t ipv6cp_script_pid;
/barrelfish-master/lib/libc/yp/
H A Dyplib.c288 static pid_t pid = -1;
295 pid_t gpid;
/barrelfish-master/lib/libc/tests/gen/
H A Dposix_spawn_test.c51 pid_t pid, waitres;
75 pid_t pid, waitres;
H A Dfmtmsg_test.c164 pid_t pid, wpid;
H A Darc4random_test.c58 pid_t pid;
/barrelfish-master/lib/libc/sys/
H A Dwait6.c44 pid_t
49 return (((pid_t (*)(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dwait4.c43 pid_t
44 wait4(pid_t pid, int *status, int options, struct rusage *ru)
47 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
H A Dptrace.c44 _ptrace(int request, pid_t pid, caddr_t addr, int data)
H A Dfork.c43 pid_t
47 return (((pid_t (*)(void))__libc_interposing[INTERPOS_fork])());
/barrelfish-master/lib/libc/stdlib/
H A Dsystem.c61 pid_t pid, savedpid;
/barrelfish-master/lib/libc/rpc/
H A Dkey_call.c262 pid_t pid; /* process-id at moment of creation */

Completed in 187 milliseconds

123