Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDsubr_turnstile.c129 struct thread *ts_owner; /* (c + q) Who owns the lock. */ member
200 td = ts->ts_owner; in propagate_priority()
459 MPASS(ts->ts_owner == NULL); in turnstile_setowner()
466 ts->ts_owner = owner; in turnstile_setowner()
726 MPASS(owner == ts->ts_owner); in turnstile_wait()
774 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_signal()
825 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_broadcast()
875 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_unpend()
905 if (ts->ts_owner != NULL) { in turnstile_unpend()
906 ts->ts_owner = NULL; in turnstile_unpend()
[all …]