Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1496 ExecutionSession &setDispatchTask(DispatchTaskFunction DispatchTask) { in setDispatchTask() argument
1497 this->DispatchTask = std::move(DispatchTask); in setDispatchTask()
1575 DispatchTask(std::move(T)); in dispatchTask()
1763 DispatchTaskFunction DispatchTask = runOnCurrentThread; variable
/external/intel-media-driver/cmrtlib/linux/share/
Dcm_device_base.h1807 CM_RT_API virtual int32_t DispatchTask() = 0;
Dcm_rt_api_os.h148 CM_RT_API virtual int32_t DispatchTask() = 0;
/external/intel-media-driver/cmrtlib/linux/hardware/
Dcm_device.h141 CM_RT_API int32_t DispatchTask() { return CM_SUCCESS; } in DispatchTask() function
/external/kotlinx.coroutines/
DCHANGES_UP_TO_1.7.md1221 * Improved performance of coroutine dispatching (`DispatchTask` instance is no longer allocated).