Home
last modified time | relevance | path

Searched refs:GETPID (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/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/ndk_musl_include/sys/
Dsem.h20 #define GETPID 11 macro
/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/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c252 {&sem_id, 2, GETPID, func_pid, SEMUN_CAST & buf, pid_setup},
288 case GETPID: in verify_semctl()
Dsemctl07.c99 if ((status = semctl(semid, 0, GETPID)) < 0) in verify_semctl()
/third_party/musl/libc-test/src/api/
Dsys_sem.c12 C(GETPID) in f()
/third_party/musl/libc-test/src/functional/
Dipc_sem.c78 T(sempid = semctl(semid, 0, GETPID)); in inc()
/third_party/toybox/toys/pending/
Dipcs.c110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
/third_party/sqlite/src/
Dshell.c120 # define GETPID getpid macro
128 # define GETPID (int)GetCurrentProcessId macro
22325 GETPID());