Searched refs:firstfit (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c491 int ksyn_queue_insert(ksyn_wait_queue_t kwq, ksyn_queue_t kq, uint32_t mgen, struct uthread * uth, ksyn_waitq_element_t kwe, int firstfit);
589 int firstfit = flags & _PTHREAD_MUTEX_POLICY_FIRSTFIT; local
606 if (firstfit != 0)
620 panic("psynch_mutexdrop_internal: panic unable to wakeup firstfit mutex thread\n");
707 /* if firstfit the last one could be spurious */
708 if (firstfit == 0) {
766 int firstfit = flags & _PTHREAD_MUTEX_POLICY_FIRSTFIT; local
785 if (firstfit == 0) {
3872 /* firstfit, arriving order */

Completed in 18 milliseconds