Home
last modified time | relevance | path

Searched refs:ScheduleWork (Results 1 - 13 of 13) sorted by relevance

/third_party/node/src/
H A Dthreadpoolwork-inl.h33 void ThreadPoolWork::ScheduleWork() { in ScheduleWork() function in node::ThreadPoolWork
H A Dnode_internals.h270 inline void ScheduleWork();
H A Dnode_blob.cc401 return job->ScheduleWork(); in Run()
H A Dnode_api.cc1286 w->ScheduleWork(); in jsvm_queue_async_work()
H A Dnode_zlib.cc377 ScheduleWork(); in Write()
/third_party/gn/src/gn/
H A Dscheduler.h48 void ScheduleWork(std::function<void()> work);
110 // Waits for tasks scheduled via ScheduleWork() to complete their execution.
121 // Number of tasks scheduled by ScheduleWork() that haven't completed their
H A Dninja_outputs_writer_unittest.cc51 g_scheduler->ScheduleWork( in ItemResolvedAndGeneratedCallback()
H A Dscheduler.cc58 void Scheduler::ScheduleWork(std::function<void()> work) { in ScheduleWork() function in Scheduler
H A Dinput_file_manager.cc167 g_scheduler->ScheduleWork(std::move(schedule_this)); in AsyncLoadFile()
H A Dcommand_gen.cc132 g_scheduler->ScheduleWork( in ItemResolvedAndGeneratedCallback()
/third_party/ninja/src/
H A Dbuild.h116 void ScheduleWork(std::map<Edge*, Want>::iterator want_e);
H A Dbuild.cc134 ScheduleWork(want_ins.first); in AddSubTarget()
171 void Plan::ScheduleWork(map<Edge*, Want>::iterator want_e) { in ScheduleWork() function in Plan
248 ScheduleWork(want_e); in EdgeMaybeReady()
/third_party/node/src/crypto/
H A Dcrypto_util.h417 return job->ScheduleWork(); in Run()

Completed in 14 milliseconds