Searched refs:need_locks (Results 1 – 25 of 60) sorted by relevance
123
21 int need_locks = libc.need_locks; in __lock() local22 if (!need_locks) return; in __lock()25 if (need_locks < 0) libc.need_locks = 0; in __lock()
137 if (!--libc.threads_minus_1) libc.need_locks = -1; in __pthread_exit()350 if (!libc.threads_minus_1++) libc.need_locks = 1; in __pthread_create()374 if (!--libc.threads_minus_1) libc.need_locks = 0; in __pthread_create()
52 int need_locks = libc.need_locks > 0; in fork() local53 if (need_locks) { in fork()64 if (need_locks) { in fork()
32 if (libc.need_locks) libc.need_locks = -1; in _Fork()
32 int need_locks = libc.need_locks; in lock() local33 if (need_locks) { in lock()35 if (need_locks < 0) libc.need_locks = 0; in lock()
24 volatile signed char need_locks; member
55 #define MT (libc.need_locks)
2142 need_locks=no2148 if test "$need_locks" = yes; then2153 elif test "$need_locks" = warn; then2204 if test "$need_locks" = warn &&2253 if test "$need_locks" = warn &&2284 if test "$need_locks" != no; then
1295 need_locks=no1301 if test "$need_locks" = yes; then1306 elif test "$need_locks" = warn; then1358 if test "$need_locks" = warn &&1407 if test "$need_locks" = warn &&1438 if test "$need_locks" != no; then
2144 need_locks=no2150 if test "$need_locks" = yes; then2155 elif test "$need_locks" = warn; then2206 if test "$need_locks" = warn &&2255 if test "$need_locks" = warn &&2286 if test "$need_locks" != no; then
3715 need_locks=no3721 if test yes = "$need_locks"; then3726 elif test warn = "$need_locks"; then3777 if test warn = "$need_locks" &&3826 if test warn = "$need_locks" &&3857 if test no != "$need_locks"; then
3458 need_locks=no3464 if test yes = "$need_locks"; then3469 elif test warn = "$need_locks"; then3520 if test warn = "$need_locks" &&3569 if test warn = "$need_locks" &&3600 if test no != "$need_locks"; then
3711 need_locks=no3717 if test yes = "$need_locks"; then3722 elif test warn = "$need_locks"; then3773 if test warn = "$need_locks" &&3822 if test warn = "$need_locks" &&3853 if test no != "$need_locks"; then
3550 need_locks=no3556 if test yes = "$need_locks"; then3561 elif test warn = "$need_locks"; then3612 if test warn = "$need_locks" &&3661 if test warn = "$need_locks" &&3692 if test no != "$need_locks"; then
3672 need_locks=no3678 if test yes = "$need_locks"; then3683 elif test warn = "$need_locks"; then3734 if test warn = "$need_locks" &&3783 if test warn = "$need_locks" &&3814 if test no != "$need_locks"; then