Home
last modified time | relevance | path

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

/system/utest/fit/
A Dscheduler_tests.cpp268 bool take_all_tasks() { in take_all_tasks() function
277 scheduler.take_all_tasks(&tasks); in take_all_tasks()
336 scheduler.take_all_tasks(&tasks); in take_all_tasks()
355 scheduler.take_all_tasks(&tasks); in take_all_tasks()
375 RUN_TEST(take_all_tasks)
/system/ulib/fit/include/lib/fit/
A Dscheduler.h108 void take_all_tasks(task_queue* tasks);
/system/ulib/fit/
A Dscheduler.cpp110 void scheduler::take_all_tasks(task_queue* tasks) { in take_all_tasks() function in fit::subtle::scheduler
A Dsingle_threaded_executor.cpp107 guarded_.scheduler_.take_all_tasks(&tasks); in shutdown()

Completed in 5 milliseconds