HomeSort by relevance Sort by last modified time
    Searched full:cancel_result (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/message_loops/
message_loop_unittest.cc 230 bool cancel_result = true; // We would expect this to be false. local
235 Bind([&cancel_result, loop_ptr, &task_id]() {
236 cancel_result = loop_ptr->CancelTask(task_id);
239 EXPECT_FALSE(cancel_result);
  /external/python/cpython3/Lib/test/test_asyncio/
test_tasks.py     [all...]

Completed in 186 milliseconds