Searched refs:c_mtx6 (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functionalext/thread/ |
H A D | pthread_cond_timedwait.c | 34 static pthread_mutex_t c_mtx6 = PTHREAD_MUTEX_INITIALIZER; variable 461 EXPECT_EQ(pthread_mutex_lock(&c_mtx6), 0); in ClockWaitTimeMismatch3() 467 EXPECT_EQ(pthread_cond_clockwait(&c_cond6, &c_mtx6, CLOCK_REALTIME, &ts), ETIMEDOUT); in ClockWaitTimeMismatch3() 472 EXPECT_EQ(pthread_mutex_unlock(&c_mtx6), 0); in ClockWaitTimeMismatch3() 489 EXPECT_EQ(pthread_mutex_destroy(&c_mtx6), 0); in clockwait_timedwait_0060() 495 EXPECT_EQ(pthread_mutex_lock(&c_mtx6), 0); in ClockWaitTimeMismatch4() 496 EXPECT_EQ(pthread_mutex_unlock(&c_mtx6), 0); in ClockWaitTimeMismatch4() 504 EXPECT_EQ(pthread_mutex_lock(&c_mtx6), 0); in ClockWaitTimeMismatch5() 507 EXPECT_EQ(pthread_cond_clockwait(&c_cond6, &c_mtx6, CLOCK_MONOTONIC, &ts), 0); in ClockWaitTimeMismatch5() 508 EXPECT_EQ(pthread_mutex_unlock(&c_mtx6), in ClockWaitTimeMismatch5() [all...] |
Completed in 2 milliseconds