1 2 3 4 5
#include <thread> void llvm::call_once(once_flag& flag, void (*fptr)(void)) { std::call_once(flag, fptr); }