Searched refs:callInternal (Results 1 – 1 of 1) sorted by relevance
42 callInternal(std::nullopt, std::forward<Args>(args)...); in call()46 callInternal(priority, std::forward<Args>(args)...); in callWithPriority()54 void callInternal(std::optional<SchedulerPriority> priority, Args... args) in callInternal() function