HomeSort by relevance Sort by last modified time
    Searched refs:atomic_bool (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /system/core/libcutils/
trace-host.cpp 19 atomic_bool atrace_is_ready = ATOMIC_VAR_INIT(true);
trace-dev.inc 45 atomic_bool atrace_is_ready = ATOMIC_VAR_INIT(false);
49 static atomic_bool atrace_is_enabled = ATOMIC_VAR_INIT(true);
  /external/tensorflow/tensorflow/core/framework/
cancellation.h 127 std::atomic_bool is_cancelled_;
  /external/libcxx/test/libcxx/utilities/memory/util.smartptr/
race_condition.pass.cpp 27 std::atomic_bool Start;
28 std::atomic_bool KeepRunning;
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_testlib.h 60 std::atomic_bool stop_requested_;
61 std::atomic_bool stopped_;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/memory/util.smartptr/
race_condition.pass.cpp 27 std::atomic_bool Start;
28 std::atomic_bool KeepRunning;
  /device/linaro/hikey/bluetooth/
async_fd_watcher.h 51 std::atomic_bool running_{false};
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
JsonFakeValueGenerator.h 65 std::atomic_bool mStopRequested{false};
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.h 51 std::atomic_bool running_{false};
  /packages/services/Car/tests/PowerTestService/src/
main.cpp 37 static std::atomic_bool run(true);
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.h 51 std::atomic_bool running_{false};
  /external/clang/lib/Headers/
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;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
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;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
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;
  /prebuilts/sdk/renderscript/clang-include/
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/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_terminates.sh.cpp 79 std::atomic_bool locked;
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
detach.pass.cpp 25 std::atomic_bool done(false);
  /frameworks/av/services/audioflinger/
FastMixer.h 88 std::atomic_bool mMasterMono;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_terminates.sh.cpp 79 std::atomic_bool locked;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
detach.pass.cpp 25 std::atomic_bool done(false);
  /system/bt/service/
low_energy_advertiser.h 107 std::atomic_bool adv_started_;
low_energy_scanner.h 116 std::atomic_bool scan_started_;
  /bionic/libc/malloc_debug/
RecordData.h 170 std::atomic_bool dump_;
  /system/core/libunwindstack/tests/
UnwindTest.cpp 46 static std::atomic_bool g_ready;
49 static std::atomic_bool g_finish;
325 std::atomic_bool wait;
  /frameworks/native/libs/binder/include/binder/
BpBinder.h 137 static std::atomic_bool sCountByUidEnabled;

Completed in 1443 milliseconds

1 2 3 4