Home
last modified time | relevance | path

Searched defs:GETPID (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/sys/
Dsem.h20 #define GETPID 11 macro
/third_party/musl/include/sys/
Dsem.h20 #define GETPID 11 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsem.h20 #define GETPID 11 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsem.h20 #define GETPID 11 macro
/third_party/musl/ndk_musl_include/sys/
Dsem.h20 #define GETPID 11 macro
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4579 pub const GETPID: ::c_int = 4; constant
/third_party/sqlite/src/
Dshell.c139 # define GETPID getpid macro
147 # define GETPID (int)GetCurrentProcessId macro