Searched refs:tids (Results 1 – 1 of 1) sorted by relevance
68 pthread_t tids[thread_count]; in TestContextSwitchOfGsBase() local73 ASSERT_EQ(pthread_create(&tids[i], nullptr, gs_base_test_thread, in TestContextSwitchOfGsBase()77 ASSERT_EQ(pthread_join(tids[i], nullptr), 0); in TestContextSwitchOfGsBase()
Completed in 2 milliseconds