Home
last modified time | relevance | path

Searched refs:killlock (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_setschedparam.c17 LOCK(t->killlock); in pthread_setschedparam()
19 UNLOCK(t->killlock); in pthread_setschedparam()
H A Dpthread_getschedparam.c8 LOCK(t->killlock); in pthread_getschedparam()
26 UNLOCK(t->killlock); in pthread_getschedparam()
H A Dpthread_create.c38 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_setschedprio.c13 LOCK(t->killlock); in pthread_setschedprio()
15 UNLOCK(t->killlock); in pthread_setschedprio()
H A Dpthread_setschedparam.c9 LOCK(t->killlock); in pthread_setschedparam()
11 UNLOCK(t->killlock); in pthread_setschedparam()
H A Dpthread_getschedparam.c9 LOCK(t->killlock); in pthread_getschedparam()
26 UNLOCK(t->killlock); in pthread_getschedparam()
H A Dpthread_create.c74 * its kernel tid is controlled by killlock. For detached threads, in __pthread_exit()
78 LOCK(self->killlock); in __pthread_exit()
89 UNLOCK(self->killlock); in __pthread_exit()
161 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_kill.c15 LOCK(t->killlock); in pthread_kill()
18 UNLOCK(t->killlock); in pthread_kill()
H A Dpthread_create.c179 * its kernel tid is controlled by killlock. For detached threads, in __pthread_exit()
183 LOCK(self->killlock); in __pthread_exit()
197 UNLOCK(self->killlock); in __pthread_exit()
264 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/src/thread/
H A Dpthread_setschedparam.c15 LOCK(t->killlock); in pthread_setschedparam()
21 UNLOCK(t->killlock); in pthread_setschedparam()
H A Dpthread_setschedprio.c15 LOCK(t->killlock); in pthread_setschedprio()
21 UNLOCK(t->killlock); in pthread_setschedprio()
H A Dpthread_kill.c19 LOCK(t->killlock); in pthread_kill()
27 UNLOCK(t->killlock); in pthread_kill()
H A Dpthread_getschedparam.c9 LOCK(t->killlock); in pthread_getschedparam()
33 UNLOCK(t->killlock); in pthread_getschedparam()
H A Dpthread_create.c96 * its kernel tid is controlled by killlock. For detached threads, in __pthread_exit()
100 LOCK(self->killlock); in __pthread_exit()
111 UNLOCK(self->killlock); in __pthread_exit()
121 * it that it's no longer available. At this point the killlock in __pthread_exit()
127 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c74 * its kernel tid is controlled by killlock. For detached threads, in __pthread_exit()
78 LOCK(self->killlock); in __pthread_exit()
89 UNLOCK(self->killlock); in __pthread_exit()
161 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c231 * its kernel tid is controlled by killlock. For detached threads, in __pthread_exit()
235 LOCK(self->killlock); in __pthread_exit()
249 UNLOCK(self->killlock); in __pthread_exit()
262 * it that it's no longer available. At this point the killlock in __pthread_exit()
268 UNLOCK(self->killlock); in __pthread_exit()
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h49 volatile int killlock[1]; member
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h79 volatile int killlock[1]; member
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h58 volatile int killlock[1]; member
/third_party/musl/src/internal/
H A Dpthread_impl.h66 volatile int killlock[1]; member

Completed in 8 milliseconds