Searched refs:bound_thread (Results 1 – 2 of 2) sorted by relevance
70 pthread_t bound_thread; variable85 rv = pthread_create(&bound_thread, &attr, spin_bound_thread, (void *)(uintptr_t)'P');94 mach_port_t thread_port = pthread_mach_thread_np(bound_thread);
2330 thread_t bound_thread = run_queue_peek(&root_bucket->scrb_bound_thread_runq); in sched_clutch_thread_bound_lookup() local2332 …(bound_thread == NULL || sched_clutch_pri_greater_than_tiebreak(prev_thread->sched_pri, bound_thre… in sched_clutch_thread_bound_lookup()2335 assert(bound_thread != THREAD_NULL); in sched_clutch_thread_bound_lookup()2336 return bound_thread; in sched_clutch_thread_bound_lookup()