Searched refs:THR_IN_SYNCQ (Results 1 – 3 of 3) sorted by relevance
818 THR_ASSERT(!THR_IN_SYNCQ(pthread), in cond_queue_enq()
998 #define THR_IN_SYNCQ(thrd) (((thrd)->sflags & THR_FLAGS_IN_SYNCQ) != 0) macro
847 if (THR_IN_SYNCQ(curthread)) in mutex_lock_common()