Home
last modified time | relevance | path

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

12

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

Completed in 17 milliseconds

12