Searched defs:fx_callb_wakeup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfx.h66 * fx_callb_wakeup - called when a thread is again runnable
75 void (*fx_callb_wakeup)(fx_cookie_t, clock_t *, pri_t *); member in struct:fx_callbacks
96 #define FX_CB_WAKEUP(cb, c, q, p) cb->fx_callb_wakeup(c, q, p)

Completed in 55 milliseconds