Searched refs:waitCount (Results 1 – 4 of 4) sorted by relevance
322 constexpr int waitCount = 300; in TestServiceListenerStop() local323 int count = waitCount; in TestServiceListenerStop()337 count = waitCount; in TestServiceListenerStop()403 constexpr int waitCount = 300; in TestSampleService() local404 int count = waitCount; in TestSampleService()478 constexpr int waitCount = 300; variable479 int count = waitCount;653 constexpr int waitCount = 100; variable654 int count = waitCount;768 constexpr int waitCount = 1000; variable[all …]
44 uint32_t waitCount; member146 wait->waitCount = keventModule->clientCount; in SendKevent()296 wait->waitCount--; in CompleteKevent()297 if (wait->waitCount == 0) { in CompleteKevent()
54 int waitCount = WAIT_HOST_SLEEP_CNT; in DevmgrServiceStartHostProcess() local71 while (hostClnt->hostService == NULL && waitCount > 0) { in DevmgrServiceStartHostProcess()73 waitCount--; in DevmgrServiceStartHostProcess()76 if (waitCount <= 0) { in DevmgrServiceStartHostProcess()
713 int waitCount = LOAD_IOSERVICE_WAIT_COUNT; in TrytoLoadIoService() local714 while (realpath(devNodePath, realPath) == NULL && waitCount > 0) { in TrytoLoadIoService()716 waitCount--; in TrytoLoadIoService()718 if (waitCount <= 0) { in TrytoLoadIoService()