Home
last modified time | relevance | path

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

12

/external/openscreen/cast/common/discovery/e2e_test/
Dtests.cc168 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/
Dplatform_client_posix.h98 std::atomic_bool waiter_created_{false};
99 std::atomic_bool tls_data_router_created_{false};
102 std::atomic_bool networking_loop_running_{true};
Dsocket_handle_waiter_posix.h41 std::atomic_bool is_running_;
/external/tensorflow/tensorflow/core/debug/
Ddebug_grpc_testlib.h60 std::atomic_bool stop_requested_;
61 std::atomic_bool stopped_;
/external/llvm-project/llvm/unittests/Support/
DThreading.cpp73 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/
Drace_condition.pass.cpp27 std::atomic_bool Start;
28 std::atomic_bool KeepRunning;
/external/llvm-project/libcxx/test/libcxx/utilities/memory/util.smartptr/
Drace_condition.pass.cpp29 std::atomic_bool Start;
30 std::atomic_bool KeepRunning;
/external/llvm-project/clang/lib/Headers/
Dstdatomic.h74 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/
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/tensorflow/tensorflow/lite/java/src/main/native/
Dnativeinterpreterwrapper_jni.cc714 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/
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/pthreadpool/test/
Dpthreadpool.cc180 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/
Dsink_filter_ds.h102 std::atomic_bool flushing_{false};
103 std::atomic_bool runtime_error_{false};
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2DevicePoller.h83 std::atomic_bool mStopPolling;
/external/drm_hwcomposer/drm/
DVSyncWorker.h66 std::atomic_bool enabled_;
/external/angle/src/common/
DSpinlock.h39 std::atomic_bool mLock;
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
Ddetach.pass.cpp25 std::atomic_bool done(false);
/external/llvm-project/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/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_terminates.sh.cpp80 std::atomic_bool locked;
/external/tensorflow/tensorflow/core/framework/
Dcancellation.h163 std::atomic_bool is_cancelled_;
/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/webrtc/video/
Dvideo_send_stream_impl.h161 std::atomic_bool activity_;

12