/third_party/musl/src/thread/liteos_a/ |
D | pthread_create.c | 123 if (!--libc.threads_minus_1) libc.need_locks = -1; in __pthread_exit() 340 if (!libc.threads_minus_1++) libc.need_locks = 1; in __pthread_create() 364 if (!--libc.threads_minus_1) libc.need_locks = 0; in __pthread_create()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 123 if (!--libc.threads_minus_1) libc.need_locks = -1; in __pthread_exit() 340 if (!libc.threads_minus_1++) libc.need_locks = 1; in __pthread_create() 364 if (!--libc.threads_minus_1) libc.need_locks = 0; in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 146 if (!--libc.threads_minus_1) libc.need_locks = -1; in __pthread_exit() 359 if (!libc.threads_minus_1++) libc.need_locks = 1; in __pthread_create() 383 if (!--libc.threads_minus_1) libc.need_locks = 0; in __pthread_create()
|
D | synccall.c | 66 if (!libc.threads_minus_1 || __syscall(SYS_gettid) != self->tid) in __synccall()
|
/third_party/musl/src/linux/syscall_hooks/ |
D | syscall_hooks.c | 58 if (!libc.threads_minus_1) { in set_syscall_hooks()
|
/third_party/musl/src/syscall_hooks/linux/ |
D | syscall_hooks.c | 58 if (!libc.threads_minus_1) { in set_syscall_hooks()
|
/third_party/musl/porting/linux/user/src/syscall_hooks/ |
D | syscall_hooks.c | 58 if (!libc.threads_minus_1) { in set_syscall_hooks()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | _Fork.c | 31 libc.threads_minus_1 = 0; in _Fork()
|
/third_party/musl/porting/linux/user/src/process/ |
D | _Fork.c | 34 libc.threads_minus_1 = 0; in _Fork()
|
/third_party/musl/src/process/ |
D | _Fork.c | 40 libc.threads_minus_1 = 0; in _Fork()
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | libc.h | 25 int threads_minus_1; member
|
/third_party/musl/porting/linux/user/src/internal/ |
D | libc.h | 41 int threads_minus_1; member
|
/third_party/musl/src/internal/ |
D | libc.h | 27 int threads_minus_1; member
|
/third_party/musl/src/thread/linux/ |
D | pthread_create.c | 235 if (!--libc.threads_minus_1) libc.need_locks = -1; in __pthread_exit() 485 if (!libc.threads_minus_1++) libc.need_locks = 1; in __pthread_create() 511 if (!--libc.threads_minus_1) libc.need_locks = 0; in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 235 if (!--libc.threads_minus_1) libc.need_locks = -1; in __pthread_exit() 485 if (!libc.threads_minus_1++) libc.need_locks = 1; in __pthread_create() 511 if (!--libc.threads_minus_1) libc.need_locks = 0; in __pthread_create()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | memalign.c | 10 if (libc.threads_minus_1) in lock()
|
D | memory_check.c | 38 if (libc.threads_minus_1) in lock()
|
/third_party/musl/src/malloc/ |
D | memalign.c | 11 if (libc.threads_minus_1) in lock()
|
/third_party/musl/src/linux/liteos_a/ |
D | clone.c | 44 libc.threads_minus_1 = 0; in __start_child()
|
/third_party/musl/porting/liteos_a/user/src/linux/ |
D | clone.c | 29 libc.threads_minus_1 = 0; in __start_child()
|
/third_party/musl/porting/linux/user/src/linux/ |
D | clone.c | 44 libc.threads_minus_1 = 0; in __start_child()
|
/third_party/musl/src/linux/linux/ |
D | clone.c | 59 libc.threads_minus_1 = 0; in __start_child()
|
/third_party/musl/src/malloc/liteos_a/user_debug/ |
D | memory_check.c | 53 if (libc.threads_minus_1) in lock()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 1166 n_th = libc.threads_minus_1 + 1; in load_library()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 1165 n_th = libc.threads_minus_1 + 1; in load_library()
|