Home
last modified time | relevance | path

Searched defs:launch_helper (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/hpx/compute/cuda/detail/
H A Dlaunch.hpp74 struct launch_helper struct
76 typedef typename Closure::fun_type fun_type;
77 typedef typename Closure::args_type args_type;
78 typedef void (*launch_function_type)(Closure);
81 static launch_function_type get_launch_function() in get_launch_function()
88 static void call(target const& tgt, DimType gridDim, DimType blockDim, in call()
/dports/sysutils/busybox/busybox-1.26.2/mailutils/
H A Dmail.c42 void FAST_FUNC launch_helper(const char **argv) in launch_helper() function