MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sched_is_bound

Function sched_is_bound

freebsd/kern/sched_ule.c:2750–2755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2748}
2749
2750int
2751sched_is_bound(struct thread *td)
2752{
2753 THREAD_LOCK_ASSERT(td, MA_OWNED);
2754 return (td_get_sched(td)->ts_flags & TSF_BOUND);
2755}
2756
2757/*
2758 * Basic yield call.

Callers 5

epoch_wait_preemptFunction · 0.70
epoch_drain_callbacksFunction · 0.70
cpu_initclocksFunction · 0.50
native_apic_free_vectorFunction · 0.50
x86_msr_opFunction · 0.50

Calls 1

td_get_schedFunction · 0.85

Tested by

no test coverage detected