Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dthread_test.cc46 auto call_once_func = [] { CRYPTO_once(&g_test_once, once_init); }; in TEST() local
47 std::thread thread1(call_once_func), thread2(call_once_func); in TEST()