Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace.threads2d.cpp172 static work_queue_entry_t *work_queue_head = nullptr; variable
206 if (work_queue_head == nullptr) { in generate_work()
207 work_queue_head = q; in generate_work()
227 work_queue_entry_t *q = work_queue_head; in schedule_thread_work()
230 work_queue_head = work_queue_head->next; in schedule_thread_work()