Searched refs:init_log_once_flag (Results 1 – 1 of 1) sorted by relevance
61 static std::once_flag init_log_once_flag; in Interpreter() local62 std::call_once(init_log_once_flag, []() { in Interpreter()