Searched refs:GETPID (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl01.c | 164 * to ONE as it was set in the last test (GETPID). in func_gval() 252 {&sem_id, 2, GETPID, func_pid, SEMUN_CAST & buf, pid_setup}, 288 case GETPID: in verify_semctl()
|
H A D | semctl07.c | 19 * - semctl() with GETPID 99 if ((status = semctl(semid, 0, GETPID)) < 0) in verify_semctl() 100 tst_res(TFAIL | TERRNO, "semctl(GETPID)"); in verify_semctl() 102 tst_res(TPASS, "semctl(GETPID) succeeded"); in verify_semctl() 105 tst_res(TFAIL, "semctl(GETPID) returned %d expected %d", in verify_semctl() 108 tst_res(TPASS, "semctl(GETPID) returned %d", status); in verify_semctl()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | sem.h | 20 #define GETPID 11 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | sem.h | 20 #define GETPID 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | sem.h | 20 #define GETPID 11 macro
|
/third_party/musl/include/sys/ |
H A D | sem.h | 20 #define GETPID 11 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_sem.c | 12 C(GETPID) in f()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_sem.c | 78 T(sempid = semctl(semid, 0, GETPID)); in inc()
|
/third_party/toybox/toys/pending/ |
H A D | ipcs.c | 110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
|
/third_party/sqlite/src/ |
H A D | shell.c | 139 # define GETPID getpid macro 147 # define GETPID (int)GetCurrentProcessId macro 25905 GETPID());
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4579 pub const GETPID: ::c_int = 4; consts
|
Completed in 52 milliseconds