Home
last modified time | relevance | path

Searched defs:ThreadGuard (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/signal-hook/tests/
Diterator.rs112 struct ThreadGuard { in signals_block_wait() struct
113 thread: Option<JoinHandle<()>>, in signals_block_wait()
114 finish: Arc<AtomicBool>, in signals_block_wait()
117 impl ThreadGuard { in signals_block_wait() impl
130 impl Drop for ThreadGuard { in signals_block_wait() implementation
/external/cronet/tot/third_party/llvm-libc/src/test/integration/src/pthread/
Dpthread_rwlock_test.cpp320 struct ThreadGuard { struct
324 ~ThreadGuard() { in ~ThreadGuard() argument
/external/llvm-libc/test/integration/src/pthread/
Dpthread_rwlock_test.cpp320 struct ThreadGuard { struct
324 ~ThreadGuard() { in ~ThreadGuard() argument
/external/cronet/stable/third_party/llvm-libc/src/test/integration/src/pthread/
Dpthread_rwlock_test.cpp320 struct ThreadGuard { struct
324 ~ThreadGuard() { in ~ThreadGuard() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp2691 bool JumpThreadingPass::ThreadGuard(BasicBlock *BB, IntrinsicInst *Guard, in ThreadGuard() function in JumpThreadingPass