Searched refs:thread_in_use (Results 1 – 1 of 1) sorted by relevance
514 # define thread_in_use() (thr_suspend != NULL) macro518 # define thread_in_use() 1532 (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)[all …]