Searched refs:call_once_func (Results 1 – 1 of 1) sorted by relevance
46 auto call_once_func = [] { CRYPTO_once(&g_test_once, once_init); }; in TEST() local47 std::thread thread1(call_once_func), thread2(call_once_func); in TEST()