/external/openscreen/cast/common/discovery/e2e_test/ |
D | tests.cc | 168 std::atomic_bool done{false}; in SetUpService() 219 std::vector<std::atomic_bool*> atomic_bools{bools...}; in WaitUntilSeen() 224 for (std::atomic_bool* atomic : atomic_bools) { in WaitUntilSeen() 243 std::atomic_bool* has_been_seen) { in CheckForClaimedIds() 252 std::atomic_bool* has_been_seen) { in CheckForPublishedService() 264 std::atomic_bool* has_been_seen) { in CheckNotPublishedService() 279 std::atomic_bool* has_been_seen, in CheckForClaimedIds() 298 std::atomic_bool* has_been_seen, in CheckForPublishedService() 357 std::atomic_bool found1{false}; in TEST_F() 358 std::atomic_bool found2{false}; in TEST_F() [all …]
|
/external/openscreen/platform/impl/ |
D | platform_client_posix.h | 98 std::atomic_bool waiter_created_{false}; 99 std::atomic_bool tls_data_router_created_{false}; 102 std::atomic_bool networking_loop_running_{true};
|
D | socket_handle_waiter_posix.h | 41 std::atomic_bool is_running_;
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_testlib.h | 60 std::atomic_bool stop_requested_; 61 std::atomic_bool stopped_;
|
/external/llvm-project/llvm/unittests/Support/ |
D | Threading.cpp | 73 std::atomic_bool Executed(false); in TEST() 75 [](void *Arg) { *static_cast<std::atomic_bool *>(Arg) = true; }, in TEST()
|
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/ |
D | race_condition.pass.cpp | 27 std::atomic_bool Start; 28 std::atomic_bool KeepRunning;
|
/external/llvm-project/libcxx/test/libcxx/utilities/memory/util.smartptr/ |
D | race_condition.pass.cpp | 29 std::atomic_bool Start; 30 std::atomic_bool KeepRunning;
|
/external/llvm-project/clang/lib/Headers/ |
D | stdatomic.h | 74 typedef _Atomic(bool) atomic_bool; typedef 76 typedef _Atomic(_Bool) atomic_bool; typedef 149 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 88 typedef _Atomic(bool) atomic_bool; typedef 90 typedef _Atomic(_Bool) atomic_bool; typedef 163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
|
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | nativeinterpreterwrapper_jni.cc | 714 std::atomic_bool* cancellation_flag = new std::atomic_bool(false); in Java_org_tensorflow_lite_NativeInterpreterWrapper_createCancellationFlag() 716 std::atomic_bool* cancellation_flag = in Java_org_tensorflow_lite_NativeInterpreterWrapper_createCancellationFlag() 717 reinterpret_cast<std::atomic_bool*>(payload); in Java_org_tensorflow_lite_NativeInterpreterWrapper_createCancellationFlag() 726 std::atomic_bool* cancellation_flag = in Java_org_tensorflow_lite_NativeInterpreterWrapper_deleteCancellationFlag() 727 reinterpret_cast<std::atomic_bool*>(flag_handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_deleteCancellationFlag() 735 std::atomic_bool* cancellation_flag = in Java_org_tensorflow_lite_NativeInterpreterWrapper_setCancelled() 736 reinterpret_cast<std::atomic_bool*>(flag_handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_setCancelled()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | xchg-nofold.ll | 4 %"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/ |
D | observe_on.cpp | 19 std::atomic_bool disposed; 20 std::atomic_bool done;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 180 static void SetTrue1D(std::atomic_bool* processed_indicators, size_t i) { in SetTrue1D() 185 std::vector<std::atomic_bool> indicators(kParallelize1DRange); in TEST() 204 std::vector<std::atomic_bool> indicators(kParallelize1DRange); in TEST() 479 static void SetTrue1DWithUArch(std::atomic_bool* processed_indicators, uint32_t, size_t i) { in SetTrue1DWithUArch() 484 std::vector<std::atomic_bool> indicators(kParallelize1DRange); in TEST() 505 std::vector<std::atomic_bool> indicators(kParallelize1DRange); in TEST() 785 static void SetTrue1DTile1D(std::atomic_bool* processed_indicators, size_t start_i, size_t tile_i) { in SetTrue1DTile1D() 792 std::vector<std::atomic_bool> indicators(kParallelize1DTile1DRange); in TEST() 811 std::vector<std::atomic_bool> indicators(kParallelize1DTile1DRange); in TEST() 1046 static void SetTrue2D(std::atomic_bool* processed_indicators, size_t i, size_t j) { in SetTrue2D() [all …]
|
/external/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.h | 102 std::atomic_bool flushing_{false}; 103 std::atomic_bool runtime_error_{false};
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | V4L2DevicePoller.h | 83 std::atomic_bool mStopPolling;
|
/external/drm_hwcomposer/drm/ |
D | VSyncWorker.h | 66 std::atomic_bool enabled_;
|
/external/angle/src/common/ |
D | Spinlock.h | 39 std::atomic_bool mLock;
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/ |
D | detach.pass.cpp | 25 std::atomic_bool done(false);
|
/external/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/ |
D | detach.pass.cpp | 25 std::atomic_bool done(false);
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | wait_terminates.sh.cpp | 79 std::atomic_bool locked;
|
/external/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | wait_terminates.sh.cpp | 80 std::atomic_bool locked;
|
/external/tensorflow/tensorflow/core/framework/ |
D | cancellation.h | 163 std::atomic_bool is_cancelled_;
|
/external/grpc-grpc/test/cpp/client/ |
D | client_channel_stress_test.cc | 126 std::atomic_bool shutdown_{false}; 304 std::atomic_bool shutdown_{false};
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_reporter_async_service_impl.h | 185 std::atomic_bool shutdown_{false};
|
/external/webrtc/video/ |
D | video_send_stream_impl.h | 161 std::atomic_bool activity_;
|