Searched refs:pid_t (Results 51 - 60 of 60) sorted by relevance

123

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_guard_impl.h123 static_assert(sizeof(pid_t) == sizeof(uint32_t), "");
/barrelfish-master/lib/libc/yp/
H A Dyplib.c288 static pid_t pid = -1;
295 pid_t gpid;
/barrelfish-master/lib/libc/net/
H A Drcmd.c90 pid_t 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/include/openssl/local/
H A De_os.h459 # define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP macro
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dipv6cp.c328 static pid_t ipv6cp_script_pid;
/barrelfish-master/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.c430 pid_t pid;
/barrelfish-master/include/lwip2/netif/ppp/
H A Dipv6cp.c328 static pid_t ipv6cp_script_pid;
/barrelfish-master/usr/eclipseclp/Kernel/src/
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/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

Completed in 145 milliseconds

123