Searched defs:pid_t (Results 1 - 11 of 11) sorted by last modified time

/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c283 typedef __pid_t pid_t; typedef
/external/openssl/
H A De_os.h468 # define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP macro
/external/mdnsresponder/Clients/
H A Ddns-sd.c94 typedef int pid_t; typedef
1206 pid_t pid = getpid();
1217 pid_t pid = getpid();
/external/lldb/include/lldb/
H A Dlldb-types.h74 typedef uint64_t pid_t; typedef in namespace:lldb
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp6.cpp5 typedef int pid_t; typedef
7 typedef int pid_t; typedef in namespace:ns
10 pid_t x;
/external/clang/test/Sema/
H A Dpid_t.c7 typedef signed long pid_t; typedef
9 typedef signed int pid_t; typedef
11 pid_t vfork(void)
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socketvar.h105 typedef __int32 pid_t; typedef
367 pid_t so_pgid;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h396 typedef int pid_t; typedef
398 inline pid_t getpid(void) { return _getpid(); }
400 inline pid_t getppid(void) { return 0; }
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h393 typedef int pid_t; typedef
395 inline pid_t getpid(void) { return _getpid(); }
397 inline pid_t getppid(void) { return 0; }
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsched.h121 /* For pid_t */
126 typedef int pid_t; typedef
129 typedef int pid_t; typedef
157 PTW32_DLLPORT int __cdecl sched_setscheduler (pid_t pid, int policy);
159 PTW32_DLLPORT int __cdecl sched_getscheduler (pid_t pid);
/external/bison/lib/
H A Dconfig.in.h2209 #undef pid_t macro

Completed in 253 milliseconds