Home
last modified time | relevance | path

Searched refs:threadGuard (Results 1 – 21 of 21) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/util/
H A DScopedServerThread.cpp298 auto threadGuard = folly::makeGuard([&] { in start() local
308 threadGuard.dismiss(); in start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h165 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h167 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/
H A Dprofile_manager.h157 const char* registerThread(const char* name, profiler::ThreadGuard& threadGuard);
H A Dprofile_manager.cpp360 PROFILER_API const char* registerThreadScoped(const char* name, ThreadGuard& threadGuard) in registerThreadScoped() argument
362 return MANAGER.registerThread(name, threadGuard); in registerThreadScoped()
1598 const char* ProfileManager::registerThread(const char* name, ThreadGuard& threadGuard) in registerThread() argument
1619 (void)threadGuard; // this is just to prevent from warning about unused variable in registerThread()
1623 threadGuard.m_id = THIS_THREAD->id;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Transforms/Scalar/
H A DJumpThreading.h167 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h167 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h167 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h169 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h167 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h167 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h167 bool threadGuard(BasicBlock *BB, IntrinsicInst *Guard, BranchInst *BI);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2994 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
3003 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp2994 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
3003 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2979 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
2988 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2994 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
3003 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2987 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
2996 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2994 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
3003 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2979 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
2988 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2944 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
2953 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2994 if (isGuard(&I) && threadGuard(BB, cast<IntrinsicInst>(&I), BI)) in processGuards()
3003 bool JumpThreadingPass::threadGuard(BasicBlock *BB, IntrinsicInst *Guard, in threadGuard() function in JumpThreadingPass