Home
last modified time | relevance | path

Searched refs:sem_timedwait (Results 1 – 21 of 21) sorted by relevance

/aosp12/bionic/tests/
H A Dsemaphore_test.cpp140 TEST(semaphore, sem_timedwait) { in TEST() argument
141 sem_timedwait_helper(CLOCK_REALTIME, sem_timedwait); in TEST()
169 ASSERT_EXIT(sem_timedwait(&s, nullptr), testing::KilledBySignal(SIGSEGV), ""); in TEST_F()
/aosp12/bionic/libc/bionic/
H A Dsemaphore.cpp270 int sem_timedwait(sem_t* sem, const timespec* abs_timeout) { in sem_timedwait() function
283 return sem_timedwait(sem, abs_timeout); in sem_clockwait()
/aosp12/bionic/tests/headers/posix/
H A Dsemaphore_h.c44 FUNCTION(sem_timedwait, int (*f)(sem_t*, const struct timespec*)); in semaphore_h()
/aosp12/bionic/libc/include/
H A Dsemaphore.h53 int sem_timedwait(sem_t* __sem, const struct timespec* __ts);
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
H A DphOsal_Posix.cpp226 while ((status = sem_timedwait((sem_t*)hSemaphore, &xtms)) == -1 && in phOsal_SemaphoreWait()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
H A DNfccI2cTransport.cc507 while ((s = sem_timedwait(&mTxRxSemaphore, &ts)) == -1 && errno == EINTR) { in SemTimedWait()
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/
H A DphNxpExtns.cpp583 if (sem_timedwait(&gAuthCmdBuf.semPresenceCheck, &ts)) { in EXTNS_GetPresenceCheckStatus()
/aosp12/hardware/st/nfc/1.0/hal/
H A Dhalcore.c908 if (sem_timedwait(pSemaphore, &tm) == -1) { in HalSemWait()
/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhalcore.cc920 if (sem_timedwait(pSemaphore, &tm) == -1) { in HalSemWait()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt897 sem_timedwait
/aosp12/bionic/libc/
H A Dlibc.map.txt908 sem_timedwait;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt908 sem_timedwait;
/aosp12/hardware/nxp/nfc/pn8x/halimpl/hal/
H A DphNxpNciHal.cc2502 while ((s = sem_timedwait(&nxpncihal_ctrl.syncSpiNfc, &ts)) == -1 && in phNxpNciHal_check_ncicmd_write_window()
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp670 sem_timedwait(&thread_trigger, &timeout); in running_thread()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/
H A DphNxpNciHal.cc2824 while ((s = sem_timedwait(&nxpncihal_ctrl.syncSpiNfc, &ts)) == -1 && in phNxpNciHal_check_ncicmd_write_window()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2507 rc = sem_timedwait(&m_safe_flush, &ts); in send_command_proxy()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp2500 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2961 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3009 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3184 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3150 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy()