Home
last modified time | relevance | path

Searched refs:threads_minus_1 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/musl/src/thread/liteos_a/
Dpthread_create.c123 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/
Dpthread_create.c123 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/
Dpthread_create.c146 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()
Dsynccall.c66 if (!libc.threads_minus_1 || __syscall(SYS_gettid) != self->tid) in __synccall()
/third_party/musl/src/linux/syscall_hooks/
Dsyscall_hooks.c58 if (!libc.threads_minus_1) { in set_syscall_hooks()
/third_party/musl/src/syscall_hooks/linux/
Dsyscall_hooks.c58 if (!libc.threads_minus_1) { in set_syscall_hooks()
/third_party/musl/porting/linux/user/src/syscall_hooks/
Dsyscall_hooks.c58 if (!libc.threads_minus_1) { in set_syscall_hooks()
/third_party/musl/porting/liteos_a/user/src/process/
D_Fork.c31 libc.threads_minus_1 = 0; in _Fork()
/third_party/musl/porting/linux/user/src/process/
D_Fork.c34 libc.threads_minus_1 = 0; in _Fork()
/third_party/musl/src/process/
D_Fork.c40 libc.threads_minus_1 = 0; in _Fork()
/third_party/musl/porting/liteos_a/user/src/internal/
Dlibc.h25 int threads_minus_1; member
/third_party/musl/porting/linux/user/src/internal/
Dlibc.h41 int threads_minus_1; member
/third_party/musl/src/internal/
Dlibc.h27 int threads_minus_1; member
/third_party/musl/src/thread/linux/
Dpthread_create.c235 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/
Dpthread_create.c235 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/
Dmemalign.c10 if (libc.threads_minus_1) in lock()
Dmemory_check.c38 if (libc.threads_minus_1) in lock()
/third_party/musl/src/malloc/
Dmemalign.c11 if (libc.threads_minus_1) in lock()
/third_party/musl/src/linux/liteos_a/
Dclone.c44 libc.threads_minus_1 = 0; in __start_child()
/third_party/musl/porting/liteos_a/user/src/linux/
Dclone.c29 libc.threads_minus_1 = 0; in __start_child()
/third_party/musl/porting/linux/user/src/linux/
Dclone.c44 libc.threads_minus_1 = 0; in __start_child()
/third_party/musl/src/linux/linux/
Dclone.c59 libc.threads_minus_1 = 0; in __start_child()
/third_party/musl/src/malloc/liteos_a/user_debug/
Dmemory_check.c53 if (libc.threads_minus_1) in lock()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1166 n_th = libc.threads_minus_1 + 1; in load_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1165 n_th = libc.threads_minus_1 + 1; in load_library()

12