/third_party/musl/src/thread/ |
D | __lock.c | 21 int need_locks = libc.need_locks; in __lock() local 22 if (!need_locks) return; in __lock() 25 if (need_locks < 0) libc.need_locks = 0; in __lock()
|
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()
|
/third_party/musl/src/process/ |
D | fork.c | 52 int need_locks = libc.need_locks > 0; in fork() local 53 if (need_locks) { in fork() 64 if (need_locks) { in fork()
|
D | _Fork.c | 32 if (libc.need_locks) libc.need_locks = -1; in _Fork()
|
/third_party/musl/porting/linux/user/src/process/ |
D | _Fork.c | 33 if (libc.need_locks) libc.need_locks = -1; in _Fork()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | _Fork.c | 32 if (libc.need_locks) libc.need_locks = -1; in _Fork()
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
D | malloc.c | 32 int need_locks = libc.need_locks; in lock() local 33 if (need_locks) { in lock() 35 if (need_locks < 0) libc.need_locks = 0; in lock()
|
/third_party/musl/src/malloc/oldmalloc/ |
D | malloc.c | 32 int need_locks = libc.need_locks; in lock() local 33 if (need_locks) { in lock() 35 if (need_locks < 0) libc.need_locks = 0; in lock()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
D | malloc.c | 34 int need_locks = libc.need_locks; in lock() local 35 if (need_locks) { in lock() 37 if (need_locks < 0) libc.need_locks = 0; in lock()
|
/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/porting/linux/user/src/internal/ |
D | libc.h | 39 volatile signed char need_locks; member
|
/third_party/musl/src/internal/ |
D | libc.h | 24 volatile signed char need_locks; member
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | libc.h | 24 volatile signed char need_locks; member
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 226 if (!--libc.threads_minus_1) libc.need_locks = -1; in __pthread_exit() 456 if (!libc.threads_minus_1++) libc.need_locks = 1; in __pthread_create() 482 if (!--libc.threads_minus_1) libc.need_locks = 0; in __pthread_create()
|
/third_party/musl/src/malloc/mallocng/ |
D | glue.h | 55 #define MT (libc.need_locks)
|
/third_party/libabigail/ |
D | ltmain.sh | 2122 need_locks=no 2128 if test "$need_locks" = yes; then 2133 elif test "$need_locks" = warn; then 2184 if test "$need_locks" = warn && 2233 if test "$need_locks" = warn && 2264 if test "$need_locks" != no; then
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ltmain.sh | 2142 need_locks=no 2148 if test "$need_locks" = yes; then 2153 elif test "$need_locks" = warn; then 2204 if test "$need_locks" = warn && 2253 if test "$need_locks" = warn && 2284 if test "$need_locks" != no; then
|
/third_party/freetype/builds/unix/ |
D | ltmain.sh | 3711 need_locks=no 3717 if test yes = "$need_locks"; then 3722 elif test warn = "$need_locks"; then 3773 if test warn = "$need_locks" && 3822 if test warn = "$need_locks" && 3853 if test no != "$need_locks"; then
|
/third_party/libevdev/build-aux/ |
D | ltmain.sh | 3451 need_locks=no 3457 if test yes = "$need_locks"; then 3462 elif test warn = "$need_locks"; then 3513 if test warn = "$need_locks" && 3562 if test warn = "$need_locks" && 3593 if test no != "$need_locks"; then
|
/third_party/libffi/ |
D | ltmain.sh | 3458 need_locks=no 3464 if test yes = "$need_locks"; then 3469 elif test warn = "$need_locks"; then 3520 if test warn = "$need_locks" && 3569 if test warn = "$need_locks" && 3600 if test no != "$need_locks"; then
|
D | configure | 7700 need_locks=$enable_libtool_lock 9920 if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then 9935 need_locks=warn 9938 need_locks=no 15279 if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then 15294 need_locks=warn 15297 need_locks=no 20001 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' 21375 need_locks=$lt_need_locks
|
/third_party/mtdev/config-aux/ |
D | ltmain.sh | 3672 need_locks=no 3678 if test yes = "$need_locks"; then 3683 elif test warn = "$need_locks"; then 3734 if test warn = "$need_locks" && 3783 if test warn = "$need_locks" && 3814 if test no != "$need_locks"; then
|
/third_party/skia/third_party/externals/libpng/ |
D | ltmain.sh | 3458 need_locks=no 3464 if test yes = "$need_locks"; then 3469 elif test warn = "$need_locks"; then 3520 if test warn = "$need_locks" && 3569 if test warn = "$need_locks" && 3600 if test no != "$need_locks"; then
|
/third_party/node/deps/cares/ |
D | ltmain.sh | 3550 need_locks=no 3556 if test yes = "$need_locks"; then 3561 elif test warn = "$need_locks"; then 3612 if test warn = "$need_locks" && 3661 if test warn = "$need_locks" && 3692 if test no != "$need_locks"; then
|
/third_party/libevdev/ |
D | configure | 7495 need_locks=$enable_libtool_lock 9510 if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then 9525 need_locks=warn 9528 need_locks=no 14648 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' 15779 need_locks=$lt_need_locks
|