Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl01.c164 * 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 Dsemctl07.c19 * - 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 Dsem.h20 #define GETPID 11 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsem.h20 #define GETPID 11 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsem.h20 #define GETPID 11 macro
/third_party/musl/include/sys/
H A Dsem.h20 #define GETPID 11 macro
/third_party/musl/libc-test/src/api/
H A Dsys_sem.c12 C(GETPID) in f()
/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c78 T(sempid = semctl(semid, 0, GETPID)); in inc()
/third_party/toybox/toys/pending/
H A Dipcs.c110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
/third_party/sqlite/src/
H A Dshell.c139 # define GETPID getpid macro
147 # define GETPID (int)GetCurrentProcessId macro
25905 GETPID());
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4579 pub const GETPID: ::c_int = 4; consts

Completed in 52 milliseconds