Home
last modified time | relevance | path

Searched refs:initOnce (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/
H A DInitAllTranslations.h29 static bool initOnce = []() { in registerAllTranslations()
37 (void)initOnce; in registerAllTranslations()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp49 static void initOnce() { in initOnce() function
56 CHECK_EQ(pthread_once(&GlobalInitialized, initOnce), 0); in initThread()
H A Dscudo_tsd_shared.cpp33 static void initOnce() { in initOnce() function
61 pthread_once(&GlobalInitialized, initOnce); in initThread()
/llvm-project-15.0.7/mlir/lib/CAPI/ExecutionEngine/
H A DExecutionEngine.cpp23 static bool initOnce = [] { in mlirExecutionEngineCreate() local
29 (void)initOnce; in mlirExecutionEngineCreate()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp491 int32_t DeviceTy::initOnce() { in initOnce() function in DeviceTy
689 if (!Device.IsInit && Device.initOnce() != OFFLOAD_SUCCESS) { in deviceIsReady()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h397 int32_t initOnce();