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

/freebsd-10-stable/sys/sys/
H A Dturnstile.h48 * it calls either turnstile_signal() or turnstile_broadcast() to mark
49 * blocked threads for a pending wakeup. turnstile_signal() marks the
51 * blocked threads. The turnstile_signal() function returns true if the
101 int turnstile_signal(struct turnstile *, int);
/freebsd-10-stable/sys/kern/
H A Dkern_rmlock.c502 turnstile_signal(ts, TS_EXCLUSIVE_QUEUE);
H A Dsubr_turnstile.c114 * turnstile_signal() or turnstile_wait() that are waiting to be put on
304 * turnstile by either turnstile_signal() or
765 turnstile_signal(struct turnstile *ts, int queue) function

Completed in 112 milliseconds