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

/haiku/src/kits/debug/
H A DDebugLooper.cpp262 int32 debuggerCount = fDebuggers.CountItems(); local
263 object_wait_info waitInfos[debuggerCount + 1];
265 for (int32 i = 0; i < debuggerCount; i++) {
272 waitInfos[debuggerCount].object = fEventSemaphore;
273 waitInfos[debuggerCount].type = B_OBJECT_TYPE_SEMAPHORE;
274 waitInfos[debuggerCount].events = B_EVENT_ACQUIRE_SEMAPHORE;
277 wait_for_objects(waitInfos, debuggerCount + 1);
287 if ((waitInfos[debuggerCount].events & B_EVENT_ACQUIRE_SEMAPHORE) != 0)
300 for (int32 i = 0; i < debuggerCount; i++) {

Completed in 53 milliseconds