Home
last modified time | relevance | path

Searched refs:bound_thread (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/tests/sched/
H A Dcluster_bound_threads.c70 pthread_t bound_thread; variable
85 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);
/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.c2330 thread_t bound_thread = run_queue_peek(&root_bucket->scrb_bound_thread_runq); in sched_clutch_thread_bound_lookup() local
2332 …(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()