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

1 2

  /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/mdnsresponder/mDNSWindows/
PosixCompat.h 28 typedef int pid_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 28 /* We need `pid_t'. */
31 typedef __pid_t pid_t; typedef
utmpx.h 27 typedef __pid_t pid_t; typedef
signal.h 62 typedef __pid_t pid_t; typedef
sched.h 37 typedef __pid_t pid_t; typedef
time.h 174 typedef __pid_t pid_t; typedef
352 extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) __THROW;
unistd.h 261 typedef __pid_t pid_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
shm.h 39 typedef __pid_t pid_t; typedef
msg.h 39 typedef __pid_t pid_t; typedef
types.h 99 typedef __pid_t pid_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
shm.h 39 typedef __pid_t pid_t; typedef
msg.h 39 typedef __pid_t pid_t; typedef
types.h 99 typedef __pid_t pid_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_compat.h 74 typedef __int64 pid_t; typedef
76 typedef int pid_t; typedef
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 96 typedef int pid_t; typedef
97 pid_t fork(void);
98 pid_t vfork(void);
  /external/ltp/testcases/kernel/io/disktest/
defs.h 79 typedef int pid_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
types.h 67 #undef pid_t macro
68 typedef _pid_t pid_t; typedef
  /bionic/libc/include/sys/
types.h 47 typedef __pid_t pid_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 93 typedef __pid_t pid_t; typedef
177 int clock_getcpuclockid(pid_t, clockid_t *);
  /external/libevent/
arc4random.c 85 #define pid_t int macro
90 static pid_t arc4_stir_pid;
416 pid_t pid = getpid();
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 184 #ifndef pid_t
185 typedef __pid_t pid_t; /* process id */ typedef
186 #define pid_t __pid_t macro
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 98 typedef int pid_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 135 typedef __id_t id_t; /* can hold a uid_t or pid_t */
175 typedef __pid_t pid_t; /* process id */ typedef

Completed in 503 milliseconds

1 2