MCPcopy Create free account
hub / github.com/ETLCPP/etl / task_request_work

Method task_request_work

test/test_task_scheduler.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115 //*********************************************
116 virtual uint32_t task_request_work() const ETL_OVERRIDE
117 {
118 return uint_least8_t(work.size() - workIndex);
119 }
120
121 //*********************************************
122 virtual void task_process_work() ETL_OVERRIDE

Callers 4

schedule_tasksMethod · 0.45
schedule_tasksMethod · 0.45
schedule_tasksMethod · 0.45
schedule_tasksMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected