HomeSort by relevance Sort by last modified time
    Searched refs:atomic_uint_fast32_t (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 28 // typedef atomic<uint_fast32_t> atomic_uint_fast32_t;
59 static_assert((std::is_same<std::atomic<std::uint_fast32_t>, std::atomic_uint_fast32_t>::value), "");
  /external/clang/lib/Headers/
stdatomic.h 119 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t; typedef
  /bionic/libc/include/
stdatomic.h 118 using std::atomic_uint_fast32_t;
286 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
  /external/tensorflow/tensorflow/core/framework/
run_handler.cc 75 std::atomic_uint_fast32_t inter_op_scheduling_range_;
  /frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.h 206 volatile atomic_uint_fast32_t mNextUniqueId;
  /frameworks/av/services/audioflinger/
AudioFlinger.h     [all...]

Completed in 3002 milliseconds