Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dthread_test.cc102 static void call_once_thread(void) { in call_once_thread() function
120 ASSERT_TRUE(run_thread(&thread1, call_once_thread)); in TEST()
121 ASSERT_TRUE(run_thread(&thread2, call_once_thread)); in TEST()