Searched refs:RemoveTaskForFFRT (Results 1 – 3 of 3) sorted by relevance
34 typedef bool (*RemoveTaskForFFRT)(void* handler, const std::string &name); typedef150 RemoveTaskForFFRT ffrt = reinterpret_cast<RemoveTaskForFFRT>(temp);
56 int RemoveTaskForFFRT(void* handler, const uintptr_t taskId);63 using RemoveTaskType = decltype(RemoveTaskForFFRT)*;
651 extern "C" int RemoveTaskForFFRT(void* handler, const uintptr_t taskId) in RemoveTaskForFFRT() function