Home
last modified time | relevance | path

Searched refs:SEM_STAT_ANY (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/include/lapi/
H A Dsem.h23 #ifndef SEM_STAT_ANY
24 # define SEM_STAT_ANY 20 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl09.c11 * * The returned index points to a valid SEM by calling SEM_STAT_ANY
27 * semctl SEM_STAT_ANY fails to pass the buffer specified by the caller
141 tst_res(TINFO, "Test SEM_STAT_ANY %s", tc->desc); in verify_semctl()
154 semid = do_semctl(TST_RET, 0, SEM_STAT_ANY); in verify_semctl()
157 tst_res(TFAIL, "SEM_STAT_ANY doesn't pass the buffer " in verify_semctl()
168 if ((do_semctl(i, 0, SEM_STAT_ANY)) != -1) in verify_semctl()
192 tst_brk(TCONF, "libc does not support semctl(SEM_STAT_ANY)"); in setup()
197 TEST(do_semctl(sem_id, 0, SEM_STAT_ANY)); in setup()
201 "SEM_STAT_ANY doesn't pass the buffer specified by the caller to kernel"); in setup()
203 tst_brk(TCONF, "kernel doesn't support SEM_STAT_ANY"); in setup()
[all...]
/third_party/musl/src/ipc/
H A Dsemctl.c28 case SEM_STAT_ANY & ~IPC_TIME64: in semctl()
58 case SEM_STAT_ANY: in semctl()
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dsemctl.c29 case SEM_STAT_ANY & ~IPC_TIME64: in semctl()
59 case SEM_STAT_ANY: in semctl()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
H A Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/ltp/lib/
H A Dtst_safe_sysv_ipc.c244 case SEM_STAT_ANY: in safe_semctl()

Completed in 3 milliseconds