Searched refs:once_flag (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libstdthreads/
H A Dcall_once.c37 call_once(once_flag *flag, void (*func)(void))
43 _Static_assert(sizeof(once_flag) == sizeof(pthread_once_t),
44 "once_flag must be of the same size as pthread_once_t");
H A Dthreads.h38 * <pthread.h>. To prevent namespace pollution, the once_flag object,
51 } once_flag; typedef in typeref:struct:__anon5879
77 void call_once(once_flag *, void (*)(void));
/freebsd-10.1-release/usr.bin/fetch/
H A Dfetch.c75 static int once_flag; /* -1: stop at first successful file */ variable
881 once_flag = 1;
1155 if (e == 0 && once_flag)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp613 static std::once_flag g_once_flag;

Completed in 281 milliseconds