Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2750
int
2751
sched_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_preempt
Function · 0.70
epoch_drain_callbacks
Function · 0.70
cpu_initclocks
Function · 0.50
native_apic_free_vector
Function · 0.50
x86_msr_op
Function · 0.50
Calls
1
td_get_sched
Function · 0.85
Tested by
no test coverage detected