Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/os/linux_generic/
H A Dhandler_unittest.cc71 std::promise<void> closure_started; in TEST_F() local
72 auto closure_started_future = closure_started.get_future(); in TEST_F()
76 [](int* val, std::promise<void> closure_started, std::future<void> can_continue_future) { in TEST_F() argument
77 closure_started.set_value(); in TEST_F()
82 std::move(closure_started), in TEST_F()