Home
last modified time | relevance | path

Searched refs:m_cond2 (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_cond_timedwait.c40 static pthread_cond_t m_cond2 = PTHREAD_COND_INITIALIZER; variable
587 EXPECT_EQ(pthread_cond_timedwait_monotonic_np(&m_cond2, &m_mtx2, &ts), ETIMEDOUT); in PthreadCondMonotonicTimeOut()
609 EXPECT_EQ(pthread_cond_destroy(&m_cond2), 0); in monotonic_timewait_0020()

Completed in 1 milliseconds