HomeSort by: relevance | last modified time | path
    Searched defs:once_flag (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
threads.h 64 typedef pthread_once_t once_flag; typedef
85 void call_once(once_flag *, void (*)(void));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Threading.h 89 typedef std::once_flag once_flag; typedef in namespace:llvm
95 /// The llvm::once_flag structure
97 /// This type is modeled after std::once_flag to use with llvm::call_once.
99 /// autoinitialization and behave like std::once_flag.
100 struct once_flag { struct in namespace:llvm
112 /// static once_flag flag;
119 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {

Completed in 17 milliseconds