Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_setschedprio.c7 LOCK(t->killlock); in pthread_setschedprio()
9 UNLOCK(t->killlock); in pthread_setschedprio()
Dpthread_kill.c7 LOCK(t->killlock); in pthread_kill()
10 UNLOCK(t->killlock); in pthread_kill()
Dpthread_setschedparam.c7 LOCK(t->killlock); in pthread_setschedparam()
9 UNLOCK(t->killlock); in pthread_setschedparam()
Dpthread_getschedparam.c7 LOCK(t->killlock); in pthread_getschedparam()
16 UNLOCK(t->killlock); in pthread_getschedparam()
Dpthread_create.c85 LOCK(self->killlock); in __pthread_exit()
98 UNLOCK(self->killlock); in __pthread_exit()
164 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_setschedprio.c12 LOCK(t->killlock); in pthread_setschedprio()
14 UNLOCK(t->killlock); in pthread_setschedprio()
Dpthread_setschedparam.c16 LOCK(t->killlock); in pthread_setschedparam()
18 UNLOCK(t->killlock); in pthread_setschedparam()
Dpthread_getschedparam.c7 LOCK(t->killlock); in pthread_getschedparam()
25 UNLOCK(t->killlock); in pthread_getschedparam()
Dpthread_create.c75 LOCK(self->killlock); in __pthread_exit()
88 UNLOCK(self->killlock); in __pthread_exit()
158 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.c154 LOCK(self->killlock); in __pthread_exit()
170 UNLOCK(self->killlock); in __pthread_exit()
236 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/src/internal/
Dpthread_impl.h48 volatile int killlock[1]; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h48 volatile int killlock[1]; member
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h49 volatile int killlock[1]; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h63 volatile int killlock[1]; member