Home
last modified time | relevance | path

Searched refs:async2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-async.c237 acc_wait_async (int async1, int async2)
252 prof_info.async = async2;
256 goacc_aq aq2 = lookup_goacc_asyncqueue (thr, true, async2);
264 gomp_fatal ("ordering of async ids %d and %d failed", async1, async2);
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-async.c237 acc_wait_async (int async1, int async2)
252 prof_info.async = async2;
256 goacc_aq aq2 = lookup_goacc_asyncqueue (thr, true, async2);
264 gomp_fatal ("ordering of async ids %d and %d failed", async1, async2);
/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-list.h70 BENCHMARK_DECLARE (async2)
158 BENCHMARK_ENTRY (async2)
H A Dbenchmark-async.c129 BENCHMARK_IMPL(async2) { in BENCHMARK_IMPL() argument