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

Function turnstile_chain_unlock

freebsd/kern/subr_turnstile.c:673–680  ·  view source on GitHub ↗

* Unlock the turnstile chain associated with a given lock. */

Source from the content-addressed store, hash-verified

671 * Unlock the turnstile chain associated with a given lock.
672 */
673void
674turnstile_chain_unlock(struct lock_object *lock)
675{
676 struct turnstile_chain *tc;
677
678 tc = TC_LOOKUP(lock);
679 mtx_unlock_spin(&tc->tc_lock);
680}
681
682/*
683 * Return a pointer to the thread waiting on this turnstile with the

Callers 6

_rm_unlock_hardFunction · 0.85
__rw_runlock_hardFunction · 0.85
__rw_wunlock_hardFunction · 0.85
__rw_downgrade_intFunction · 0.85
__mtx_unlock_sleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected