Searched refs:call_once (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/lib/libstdthreads/
H A Dcall_once.c26 * $FreeBSD: releng/10.3/lib/libstdthreads/call_once.c 228904 2011-12-26 21:51:53Z ed $
30 __FBSDID("$FreeBSD: releng/10.3/lib/libstdthreads/call_once.c 228904 2011-12-26 21:51:53Z ed $");
37 call_once(once_flag *flag, void (*func)(void)) function
H A DMakefile7 SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
10 MLINKS= thrd_create.3 call_once.3 \
H A Dthreads.h77 void call_once(once_flag *, void (*)(void));
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp614 std::call_once(g_once_flag, [](){
/freebsd-10.3-release/contrib/libc++/src/
H A Dlocale.cpp640 call_once(__flag_, __fake_bind(&locale::id::__init, this));

Completed in 66 milliseconds