Home
last modified time | relevance | path

Searched refs:MAX_WAIT_OBJECT_COUNT (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp46 #define MAX_WAIT_OBJECT_COUNT 1024 macro
300 if (fWaitObjectCount > MAX_WAIT_OBJECT_COUNT) in SystemProfiler()
301 fWaitObjectCount = MAX_WAIT_OBJECT_COUNT; in SystemProfiler()