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

Function propagate_unlock_ts

freebsd/kern/subr_turnstile.c:179–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 "struct proc *");
178
179static inline void
180propagate_unlock_ts(struct turnstile *top, struct turnstile *ts)
181{
182
183 if (ts != top)
184 mtx_unlock_spin(&ts->ts_lock);
185}
186
187static inline void
188propagate_unlock_td(struct turnstile *top, struct thread *td)

Callers 1

propagate_priorityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected