Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_cond_timedwait.c37 static pthread_mutex_t m_mtx1 = PTHREAD_MUTEX_INITIALIZER; variable
538 EXPECT_EQ(pthread_mutex_lock(&m_mtx1), 0); in PthreadCondMonotonicTimeWait1()
539 EXPECT_EQ(pthread_mutex_unlock(&m_mtx1), 0); in PthreadCondMonotonicTimeWait1()
549 EXPECT_EQ(pthread_mutex_lock(&m_mtx1), 0); in PthreadCondMonotonicTimeWait2()
555 EXPECT_EQ(pthread_cond_timedwait_monotonic_np(&m_cond1, &m_mtx1, &ts), 0); in PthreadCondMonotonicTimeWait2()
556 EXPECT_EQ(pthread_mutex_unlock(&m_mtx1), 0); in PthreadCondMonotonicTimeWait2()
577 EXPECT_EQ(pthread_mutex_destroy(&m_mtx1), 0); in monotonic_timewait_0010()

Completed in 2 milliseconds