Home
last modified time | relevance | path

Searched defs:sem_getvalue (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/thread/
Dsem_getvalue.c3 int sem_getvalue(sem_t *restrict sem, int *restrict valp) in sem_getvalue() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h91 int (*sem_getvalue)(sem_t *sem, int *currVal); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c296 int sem_getvalue(sem_t *sem, int *currVal) in sem_getvalue() function