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