Home
last modified time | relevance | path

Searched defs:once_flag (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h57 typedef std::once_flag once_flag; typedef
68 struct once_flag { struct
80 /// static once_flag flag; argument
/freebsd/lib/libstdthreads/
H A Dthreads.h51 } once_flag; typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp24 static llvm::once_flag once_flag; in GetLLDBIndexCachePolicy() local
/freebsd/usr.bin/fetch/
H A Dfetch.c74 static int once_flag; /* -1: stop at first successful file */ variable