Home
last modified time | relevance | path

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

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