Searched refs:PostTaskType (Results 1 – 3 of 3) sorted by relevance
26 using PostTaskType = bool(*)(void*); variable37 void (*RegisterEventHandlerCallbacks)(PostTaskType, HasHigherPriorityType);
62 using PostTaskType = decltype(PostTaskByFFRT)*;92 PostTaskType PostTask = nullptr;124 PostTask = reinterpret_cast<PostTaskType>( in Load()
46 using RegisterEventHandlerType = void(*)(PostTaskType, HasHigherPriorityType);