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

/freebsd-11.0-release/sys/compat/ndis/
H A Dntoskrnl_var.h544 #define WAITTYPE_ALL 0 macro
H A Dsubr_ntoskrnl.c1755 return (KeWaitForMultipleObjects(1, &obj, WAITTYPE_ALL, reason,
1843 * If this is a WAITTYPE_ALL wait and all objects are
1847 if (wtype == WAITTYPE_ALL && wcnt == 0) {
1935 * If this is WAITTYPE_ALL wait, and there's still
3353 * waiter is doing a WAITTYPE_ALL wait, go through
3361 w->wb_waittype == WAITTYPE_ALL) {

Completed in 109 milliseconds