Home
last modified time | relevance | path

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

/aosp_15_r20/external/gemmlowp/test/
H A Dtest_blocking_counter.cc28 Thread(BlockingCounter* blocking_counter, int number_of_times_to_decrement) in Thread()
95 void test_blocking_counter(BlockingCounter* blocking_counter, int num_threads, in test_blocking_counter()
116 BlockingCounter* blocking_counter = new BlockingCounter; in test_blocking_counter() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_client_test.cc245 absl::BlockingCounter blocking_counter(kConcurrency); in TEST_P() local
293 absl::BlockingCounter blocking_counter(kConcurrentUsage + 1); in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcollective_ops_utils.h320 std::shared_ptr<tensorflow::BlockingCounter> blocking_counter = p.second; in SubmitParticipant() local