Home
last modified time | relevance | path

Searched defs:spawn (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_task.h180 inline void spawn(task& t, task_group_context& ctx) { in spawn() function
185 inline void spawn(task& t, task_group_context& ctx, slot_id id) { in spawn() function
/oneTBB/src/tbb/
H A Dtask_dispatcher.cpp30 void __TBB_EXPORTED_FUNC spawn(d1::task& t, d1::task_group_context& ctx) { in spawn() function
42 void __TBB_EXPORTED_FUNC spawn(d1::task& t, d1::task_group_context& ctx, d1::slot_id id) { in spawn() function
H A Darena_slot.h158 void spawn(d1::task& t) { in spawn() function