Home
last modified time | relevance | path

Searched defs:ScopedGuard (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/libc++/src/test/std/thread/thread.stoptoken/stopcallback/
Ddtor.pass.cpp110 struct ScopedGuard { in main() struct
111 std::atomic<bool>& g_finished_; in main()
112 ~ScopedGuard() { g_finished_.store(true, std::memory_order_relaxed); } in main()
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_lock.h110 explicit ScopedGuard(Lock& lock) PA_EXCLUSIVE_LOCK_FUNCTION(lock) in ScopedGuard() function