Home
last modified time | relevance | path

Searched defs:thread_counter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dtls_unittest.cc133 std::atomic_uint32_t thread_counter{0}; in TEST_F() local
277 std::atomic_uint32_t thread_counter{0}; in TEST_F() local
550 std::atomic_uint32_t thread_counter{0}; in TEST_F() local
/aosp_15_r20/external/cronet/base/task/common/
H A Doperations_controller_unittest.cc113 std::atomic<int32_t>* thread_counter) in TestThread()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/cpu/
H A Dtraceme_recorder.cc403 static std::atomic<int32> thread_counter(1); // avoid kUntracedActivity in NewActivityId() local