Searched refs:set_parking_flag (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | sema.c | 118 set_parking_flag(self, 1); in sema_wait_impl() 121 set_parking_flag(self, 0); in sema_wait_impl() 124 set_parking_flag(self, 0); in sema_wait_impl() 148 set_parking_flag(self, 1); in sema_wait_impl() 157 set_parking_flag(self, 0); in sema_wait_impl() 159 set_parking_flag(self, 0); in sema_wait_impl()
|
H A D | sigaction.c | 86 set_parking_flag(self, 0); in call_user_handler() 347 set_parking_flag(self, 0); in sigacthandler() 579 set_parking_flag(self, 0); in setcontext()
|
H A D | cancel.c | 360 set_parking_flag(ulwp_t *self, int park) in set_parking_flag() function
|
H A D | synch.c | 1819 set_parking_flag(self, 1); in mutex_lock_queue() 1826 set_parking_flag(self, 0); in mutex_lock_queue() 3209 set_parking_flag(self, 1); in cond_sleep_queue() 3225 set_parking_flag(self, 0); in cond_sleep_queue() 3231 set_parking_flag(self, 0); in cond_sleep_queue() 3378 set_parking_flag(self, 1); in cond_sleep_kernel() 3381 set_parking_flag(self, 0); in cond_sleep_kernel() 3383 set_parking_flag(self, 0); in cond_sleep_kernel()
|
H A D | rwlock.c | 667 set_parking_flag(self, 1); in rwlock_lock() 671 set_parking_flag(self, 0); in rwlock_lock()
|
H A D | thr.c | 2229 set_parking_flag(self, 0); in do_exit_critical()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1384 extern void set_parking_flag(ulwp_t *, int);
|