Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_cond_timedwait.c42 static pthread_cond_t m_cond3 = PTHREAD_COND_INITIALIZER; variable
621 EXPECT_EQ(pthread_cond_timedwait_monotonic_np(&m_cond3, &m_mtx3, &ts), EINVAL); in PthreadCondMonotonicTimeEinval()
640 EXPECT_EQ(pthread_cond_destroy(&m_cond3), 0); in monotonic_timewait_0030()

Completed in 1 milliseconds