Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_cond_timedwait.c44 static pthread_mutex_t u_mtx1 = PTHREAD_MUTEX_INITIALIZER; variable
647 EXPECT_EQ(pthread_mutex_lock(&u_mtx1), 0); in PthreadCondUnsignedTimeWait1()
648 EXPECT_EQ(pthread_mutex_unlock(&u_mtx1), 0); in PthreadCondUnsignedTimeWait1()
659 EXPECT_EQ(pthread_mutex_lock(&u_mtx1), 0); in PthreadCondUnsignedTimeWait2()
660 EXPECT_EQ(pthread_cond_timeout_np(&u_cond1, &u_mtx1, ms), 0); in PthreadCondUnsignedTimeWait2()
661 EXPECT_EQ(pthread_mutex_unlock(&u_mtx1), 0); in PthreadCondUnsignedTimeWait2()
682 EXPECT_EQ(pthread_mutex_destroy(&u_mtx1), 0); in timeoutnp_timewait_0010()

Completed in 1 milliseconds