Home
last modified time | relevance | path

Searched refs:atomic_bool (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_grpc_testlib.h60 std::atomic_bool stop_requested_;
61 std::atomic_bool stopped_;
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/
Drace_condition.pass.cpp27 std::atomic_bool Start;
28 std::atomic_bool KeepRunning;
/external/clang/lib/Headers/
Dstdatomic.h88 typedef _Atomic(bool) atomic_bool; typedef
90 typedef _Atomic(_Bool) atomic_bool; typedef
163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dxchg-nofold.ll4 %"struct.std::atomic" = type { %"struct.std::atomic_bool" }
5 %"struct.std::atomic_bool" = type { %"struct.std::__atomic_base" }
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dobserve_on.cpp19 std::atomic_bool disposed;
20 std::atomic_bool done;
/external/tensorflow/tensorflow/core/framework/
Dcancellation.h139 std::atomic_bool is_cancelled_;
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
Ddetach.pass.cpp25 std::atomic_bool done(false);
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_terminates.sh.cpp79 std::atomic_bool locked;
/external/grpc-grpc/test/cpp/client/
Dclient_channel_stress_test.cc126 std::atomic_bool shutdown_{false};
304 std::atomic_bool shutdown_{false};
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.h185 std::atomic_bool shutdown_{false};
/external/libcxx/test/std/thread/futures/futures.async/
Dasync.pass.cpp34 std::atomic_bool invoked = ATOMIC_VAR_INIT(false);
/external/grpc-grpc/test/cpp/qps/
Dserver_sync.cc95 std::atomic_bool done; in StreamingBothWays()
/external/libcxx/test/std/atomics/atomics.types.generic/
Dbool.pass.cpp175 std::atomic_bool obj(true); in main()
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc345 static std::atomic_bool registered{false}; in ServerLoadReportingFilterStaticRegistrar()
/external/v4l2_codec2/cmds/
Dcodec2.cpp223 std::atomic_bool running(true); in play()
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h488 std::atomic_bool WaitForWorkerThreadsCalled;
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h211 std::atomic_bool IsFrozen;
/external/v4l2_codec2/tests/
DC2VDAComponent_test.cpp462 std::atomic_bool running(true); in TEST_P()
/external/libcxx/include/
Datomic484 typedef atomic<bool> atomic_bool;
1833 typedef atomic<bool> atomic_bool;