Home
last modified time | relevance | path

Searched defs:waiter_thread (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dblocking_queue_unittest.cc77 std::thread waiter_thread([this, data] { EXPECT_EQ(queue_.take(), data); }); in TEST_F() local
96 std::thread waiter_thread( in TEST_F() local
104 std::thread waiter_thread([this] { in TEST_F() local
/aosp_15_r20/external/llvm-libc/test/integration/src/threads/
H A Dcnd_test.cpp126 thrd_t waiter_thread; in single_waiter_test() local