Lines Matching refs:thread_in_use
514 # define thread_in_use() (thr_suspend != NULL) macro
518 # define thread_in_use() 1
532 (thread_in_use () ? mutex_init (LOCK, USYNC_THREAD, NULL) : 0)
534 (thread_in_use () ? mutex_lock (LOCK) : 0)
536 (thread_in_use () ? mutex_unlock (LOCK) : 0)
538 (thread_in_use () ? mutex_destroy (LOCK) : 0)
550 (thread_in_use () ? rwlock_init (LOCK, USYNC_THREAD, NULL) : 0)
552 (thread_in_use () ? rw_rdlock (LOCK) : 0)
554 (thread_in_use () ? rw_wrlock (LOCK) : 0)
556 (thread_in_use () ? rw_unlock (LOCK) : 0)
558 (thread_in_use () ? rwlock_destroy (LOCK) : 0)
579 (thread_in_use () ? glthread_recursive_lock_init_multithreaded (LOCK) : 0)
581 (thread_in_use () ? glthread_recursive_lock_lock_multithreaded (LOCK) : 0)
583 (thread_in_use () ? glthread_recursive_lock_unlock_multithreaded (LOCK) : 0)
585 (thread_in_use () ? glthread_recursive_lock_destroy_multithreaded (LOCK) : 0)
602 (thread_in_use () \