Home
last modified time | relevance | path

Searched refs:refFun (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d3968 static void refFun(ref uint num) in refFun() function
3976 auto t = task!refFun(x);
3981 auto t2 = task(&refFun, x);
3987 auto st = scopedTask!refFun(x);
3992 auto st2 = scopedTask(&refFun, x);
3998 auto ct = scopedTask!refFun(x);
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d4230 static void refFun(ref uint num) in refFun() function
4238 auto t = task!refFun(x);
4243 auto t2 = task(&refFun, x);
4249 auto st = scopedTask!refFun(x);
4254 auto st2 = scopedTask(&refFun, x);
4260 auto ct = scopedTask!refFun(x);