Home
last modified time | relevance | path

Searched defs:call_once (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libstdthreads/
H A Dcall_once.c35 call_once(once_flag *flag, void (*func)(void)) in call_once() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h87 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function