Searched refs:THREAD_WAIT_OBJECTS (Results 1 – 5 of 5) sorted by relevance
127 if (ObjectCount > THREAD_WAIT_OBJECTS) in NtWaitForMultipleObjects()
619 if (Count > THREAD_WAIT_OBJECTS) in KeWaitForMultipleObjects()
782 for (i = 0; i< (THREAD_WAIT_OBJECTS + 1); i++) in KeInitThread()
1386 DECLSPEC_ALIGN(8) KWAIT_BLOCK WaitBlock[THREAD_WAIT_OBJECTS + 1];1815 DECLSPEC_ALIGN(8) KWAIT_BLOCK WaitBlock[THREAD_WAIT_OBJECTS + 1];
492 #define THREAD_WAIT_OBJECTS 3 macro