Searched defs:FunctionWrapperWithBarrier (Results 1 – 1 of 1) sorted by relevance
88 template <typename Function, typename... Args> struct FunctionWrapperWithBarrier struct90 static void run(Barrier* b, Function f, Args... args) { in run()