HomeSort by relevance Sort by last modified time
    Searched defs:pid_t (Results 1 - 25 of 28) 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
  /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
  /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
  /external/u-boot/include/linux/
types.h 16 typedef __kernel_pid_t 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
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 118 typedef int pid_t; typedef
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 92 typedef int pid_t; typedef in namespace:__sanitizer
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h 693 #undef pid_t macro
  /external/mdnsresponder/Clients/
dns-sd.c 94 typedef int pid_t; typedef
    [all...]
  /external/python/cpython2/PC/
pyconfig.h 221 typedef int pid_t; typedef
252 typedef int pid_t; typedef
299 typedef int pid_t; typedef
508 /* #undef pid_t */
  /external/python/cpython3/PC/
pyconfig.h 187 typedef int pid_t; typedef
235 typedef int pid_t; typedef
413 /* #undef pid_t */
627 /* The size of `pid_t', as computed by sizeof. */
  /external/swiftshader/third_party/LLVM/include-android/llvm/Config/
config.h 695 #undef pid_t macro
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Config/
config.h 689 #undef pid_t macro
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Config/
config.h 693 #undef pid_t macro
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Config/
config.h 693 #undef pid_t macro
  /external/dynamic_depth/internal/base/
port.h 1089 typedef int pid_t; typedef
    [all...]
  /external/openssh/
defines.h 347 typedef int pid_t; typedef
  /external/python/cpython2/RISCOS/
pyconfig.h 38 #undef pid_t macro

Completed in 1935 milliseconds

1 2