HomeSort by relevance Sort by last modified time
    Searched defs:pid_t (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Sema/
pid_t.c 7 typedef signed long pid_t; typedef
9 typedef signed int pid_t; typedef
11 pid_t vfork(void)
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p6.cpp 5 typedef int pid_t; typedef
7 typedef int pid_t; typedef in namespace:ns
10 pid_t x;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched.h 121 /* 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/lldb/include/lldb/
lldb-types.h 74 typedef uint64_t pid_t; typedef in namespace:lldb
  /bionic/libc/include/sys/
types.h 44 typedef __pid_t pid_t; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 72 typedef __kernel_pid_t pid_t; typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 44 typedef __pid_t pid_t; typedef
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 396 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/
port.h 393 typedef int pid_t; typedef
395 inline pid_t getpid(void) { return _getpid(); }
397 inline pid_t getppid(void) { return 0; }
  /external/openssl/
e_os.h 468 # define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP macro
  /external/mdnsresponder/Clients/
dns-sd.c 94 typedef int pid_t; typedef
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socketvar.h 105 typedef __int32 pid_t; typedef
367 pid_t so_pgid;
  /external/bison/lib/
config.in.h 2209 #undef pid_t macro
    [all...]

Completed in 772 milliseconds