Searched refs:sem_timedwait_monotonic_np (Results 1 – 7 of 7) sorted by relevance
274 int sem_timedwait_monotonic_np(sem_t* sem, const timespec* abs_timeout) { in sem_timedwait_monotonic_np() function281 return sem_timedwait_monotonic_np(sem, abs_timeout); in sem_clockwait()
62 int sem_timedwait_monotonic_np(sem_t* __sem, const struct timespec* __ts) __INTRODUCED_IN(28);
144 TEST(semaphore, sem_timedwait_monotonic_np) { in TEST() argument146 sem_timedwait_helper(CLOCK_MONOTONIC, sem_timedwait_monotonic_np); in TEST()
352 while ((sem_return = sem_timedwait_monotonic_np(reboot_semaphore, in RebootMonitorThread()
1420 sem_timedwait_monotonic_np;
2505 rc = sem_timedwait_monotonic_np(&m_safe_flush, &ts); in send_command_proxy()