Searched defs:call_once (Results 1 – 2 of 2) sorted by relevance
35 call_once(once_flag *flag, void (*func)(void)) in call_once() function
87 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function