Home
last modified time | relevance | path

Searched refs:dequeue_promise_map (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/os/linux_generic/
Dqueue_unittest.cc232 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local
233 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()
297 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local
298dequeue_promise_map.emplace(std::piecewise_construct, std::forward_as_tuple(kQueueSize), std::forw… in TEST_F()
299 auto dequeue_future = dequeue_promise_map[kQueueSize].get_future(); in TEST_F()
300 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()
363 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() local
364 dequeue_promise_map.emplace( in TEST_F()
366 auto dequeue_future = dequeue_promise_map[kHalfOfQueueSize].get_future(); in TEST_F()
367 test_dequeue_end.RegisterDequeue(&dequeue_promise_map); in TEST_F()
[all …]