Home
last modified time | relevance | path

Searched refs:sem_timedwait_monotonic_np (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dsemaphore.cpp274 int sem_timedwait_monotonic_np(sem_t* sem, const timespec* abs_timeout) { in sem_timedwait_monotonic_np() function
281 return sem_timedwait_monotonic_np(sem, abs_timeout); in sem_clockwait()
/aosp12/bionic/libc/include/
H A Dsemaphore.h62 int sem_timedwait_monotonic_np(sem_t* __sem, const struct timespec* __ts) __INTRODUCED_IN(28);
/aosp12/bionic/tests/
H A Dsemaphore_test.cpp144 TEST(semaphore, sem_timedwait_monotonic_np) { in TEST() argument
146 sem_timedwait_helper(CLOCK_MONOTONIC, sem_timedwait_monotonic_np); in TEST()
/aosp12/system/core/init/
H A Dreboot.cpp352 while ((sem_return = sem_timedwait_monotonic_np(reboot_semaphore, in RebootMonitorThread()
/aosp12/bionic/libc/
H A Dlibc.map.txt1420 sem_timedwait_monotonic_np;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1420 sem_timedwait_monotonic_np;
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2505 rc = sem_timedwait_monotonic_np(&m_safe_flush, &ts); in send_command_proxy()