Home
last modified time | relevance | path

Searched refs:tids (Results 1 – 1 of 1) sorted by relevance

/system/utest/register-state/
A Dregister-state-test.cpp68 pthread_t tids[thread_count]; in TestContextSwitchOfGsBase() local
73 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 3 milliseconds