Searched refs:WAITTYPE_ANY (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1507 * If a wait block is marked as WAITTYPE_ANY, then
1531 if (w->wb_waittype == WAITTYPE_ANY) {
1700 w.wb_waittype = WAITTYPE_ANY;
1824 * If this is a WAITTYPE_ANY wait, then
1829 if (wtype == WAITTYPE_ANY) {
1914 if (wtype == WAITTYPE_ANY) {
1925 * is a WAITTYPE_ANY wait and we were woke up by
H A Dntoskrnl_var.h545 #define WAITTYPE_ANY 1 macro

Completed in 184 milliseconds