Searched refs:sem_timedwait_monotonic_np (Results 1 – 5 of 5) 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);
140 TEST(semaphore, sem_timedwait_monotonic_np) { in TEST() argument142 sem_timedwait_helper(CLOCK_MONOTONIC, sem_timedwait_monotonic_np); in TEST()
1420 sem_timedwait_monotonic_np;