Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadBasicApiTest.cpp516 void *ThreadTestBarrierAlwaysWait(void *arg) in ThreadTestBarrierAlwaysWait() function
540 ASSERT_EQ(pthread_create(&tid, nullptr, ThreadTestBarrierAlwaysWait, (pthread_barrier_t*)&barrier), 0) in HWTEST_F()
542 ASSERT_EQ(pthread_create(&tid1, nullptr, ThreadTestBarrierAlwaysWait, (pthread_barrier_t*)&barrier), 0) in HWTEST_F()

Completed in 2 milliseconds