Searched refs:GETPID (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | sem.h | 20 #define GETPID 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | sem.h | 20 #define GETPID 11 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | sem.h | 20 #define GETPID 11 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | sem.h | 20 #define GETPID 11 macro
|
/third_party/musl/include/sys/ |
D | sem.h | 20 #define GETPID 11 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl01.c | 252 {&sem_id, 2, GETPID, func_pid, SEMUN_CAST & buf, pid_setup}, 288 case GETPID: in verify_semctl()
|
D | semctl07.c | 99 if ((status = semctl(semid, 0, GETPID)) < 0) in verify_semctl()
|
/third_party/musl/libc-test/src/api/ |
D | sys_sem.c | 12 C(GETPID) in f()
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_sem.c | 78 T(sempid = semctl(semid, 0, GETPID)); in inc()
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
|
/third_party/sqlite/src/ |
D | shell.c | 120 # define GETPID getpid macro 128 # define GETPID (int)GetCurrentProcessId macro 22325 GETPID());
|