Searched refs:turnstile_signal (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dturnstile.h49 * it calls either turnstile_signal() or turnstile_broadcast() to mark
50 * blocked threads for a pending wakeup. turnstile_signal() marks the
52 * blocked threads. The turnstile_signal() function returns true if the
98 int turnstile_signal(struct turnstile *, int);
/freebsd-12-stable/sys/kern/
H A Dkern_rmlock.c502 turnstile_signal(ts, TS_EXCLUSIVE_QUEUE);
H A Dsubr_turnstile.c115 * turnstile_signal() or turnstile_wait() that are waiting to be put on
305 * turnstile by either turnstile_signal() or
807 turnstile_signal(struct turnstile *ts, int queue) function

Completed in 183 milliseconds