Home
last modified time | relevance | path

Searched refs:__sem_open_lockptr (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/process/
Dfork.c16 weak_alias(dummy_lockptr, __sem_open_lockptr);
31 &__sem_open_lockptr,
/third_party/musl/src/internal/
Dfork_impl.h9 extern hidden volatile int *const __sem_open_lockptr;
/third_party/musl/src/thread/
Dsem_open.c28 volatile int *const __sem_open_lockptr = lock; variable
/third_party/musl/porting/liteos_a/user/src/thread/
Dsem_open.c28 volatile int *const __sem_open_lockptr = lock; variable