Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dsem.h23 #ifndef SEM_STAT_ANY
24 # define SEM_STAT_ANY 20 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl09.c154 semid = do_semctl(TST_RET, 0, SEM_STAT_ANY); in verify_semctl()
168 if ((do_semctl(i, 0, SEM_STAT_ANY)) != -1) in verify_semctl()
197 TEST(do_semctl(sem_id, 0, SEM_STAT_ANY)); in setup()
/third_party/musl/src/ipc/
Dsemctl.c26 case SEM_STAT_ANY & ~IPC_TIME64: in semctl()
48 case SEM_STAT_ANY: in semctl()
/third_party/musl/porting/liteos_a/user/src/ipc/
Dsemctl.c29 case SEM_STAT_ANY & ~IPC_TIME64: in semctl()
51 case SEM_STAT_ANY: in semctl()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/musl/ndk_musl_include/sys/
Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/musl/include/sys/
Dsem.h34 #define SEM_STAT_ANY (20 | (IPC_STAT & 0x100)) macro
/third_party/ltp/
Dconfigure.ac41 AC_CHECK_DECLS([SEM_STAT_ANY],,,[#include <sys/sem.h>])
/third_party/musl/
DWHATSNEW2153 - semctl with SEM_STAT_ANY didn't work