Home
last modified time | relevance | path

Searched refs:killlock (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/src/thread/
Dpthread_setschedprio.c9 LOCK(t->killlock); in pthread_setschedprio()
11 UNLOCK(t->killlock); in pthread_setschedprio()
Dpthread_kill.c12 LOCK(t->killlock); in pthread_kill()
15 UNLOCK(t->killlock); in pthread_kill()
Dpthread_setschedparam.c9 LOCK(t->killlock); in pthread_setschedparam()
11 UNLOCK(t->killlock); in pthread_setschedparam()
Dpthread_getschedparam.c9 LOCK(t->killlock); in pthread_getschedparam()
18 UNLOCK(t->killlock); in pthread_getschedparam()
Dpthread_create.c100 LOCK(self->killlock); in __pthread_exit()
111 UNLOCK(self->killlock); in __pthread_exit()
175 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_setschedparam.c9 LOCK(t->killlock); in pthread_setschedparam()
11 UNLOCK(t->killlock); in pthread_setschedparam()
Dpthread_setschedprio.c13 LOCK(t->killlock); in pthread_setschedprio()
15 UNLOCK(t->killlock); in pthread_setschedprio()
Dpthread_getschedparam.c9 LOCK(t->killlock); in pthread_getschedparam()
26 UNLOCK(t->killlock); in pthread_getschedparam()
Dpthread_create.c78 LOCK(self->killlock); in __pthread_exit()
89 UNLOCK(self->killlock); in __pthread_exit()
161 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_setschedparam.c17 LOCK(t->killlock); in pthread_setschedparam()
19 UNLOCK(t->killlock); in pthread_setschedparam()
Dpthread_getschedparam.c8 LOCK(t->killlock); in pthread_getschedparam()
26 UNLOCK(t->killlock); in pthread_getschedparam()
Dpthread_create.c38 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c177 LOCK(self->killlock); in __pthread_exit()
191 UNLOCK(self->killlock); in __pthread_exit()
255 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h49 volatile int killlock[1]; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h58 volatile int killlock[1]; member
/third_party/musl/src/internal/
Dpthread_impl.h58 volatile int killlock[1]; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h76 volatile int killlock[1]; member