Searched refs:timeoutS (Results 1 – 3 of 3) sorted by relevance
52 uint64_t timeoutS = timeoutNs / CHPP_NSEC_PER_SEC; in chppConditionVariableTimedWait() local57 now.tv_sec += timeoutS; in chppConditionVariableTimedWait()
74 uint64_t timeoutS = timeoutNs / CHPP_NSEC_PER_SEC; in chppPlatformNotifierTimedWait() local81 timeout.tv_sec += timeoutS; in chppPlatformNotifierTimedWait()
122 private static void waitGroupChildren(ThreadGroup tg, int expectedChildCount, int timeoutS) in waitGroupChildren() argument124 for (int i = 0; i < timeoutS; i++) { in waitGroupChildren()