Lines Matching refs:async
137 subroutine acc_wait_async_h (arg, async)
138 integer arg, async local
144 subroutine acc_wait_all_async_h (async)
145 integer async local
365 subroutine acc_copyin_async_32_h (a, len, async)
371 integer (acc_handle_kind) async local
374 subroutine acc_copyin_async_64_h (a, len, async)
380 integer (acc_handle_kind) async local
383 subroutine acc_copyin_async_array_h (a, async)
386 integer (acc_handle_kind) async local
389 subroutine acc_create_async_32_h (a, len, async)
395 integer (acc_handle_kind) async local
398 subroutine acc_create_async_64_h (a, len, async)
404 integer (acc_handle_kind) async local
407 subroutine acc_create_async_array_h (a, async)
410 integer (acc_handle_kind) async local
413 subroutine acc_copyout_async_32_h (a, len, async)
419 integer (acc_handle_kind) async local
422 subroutine acc_copyout_async_64_h (a, len, async)
428 integer (acc_handle_kind) async local
431 subroutine acc_copyout_async_array_h (a, async)
434 integer (acc_handle_kind) async local
437 subroutine acc_delete_async_32_h (a, len, async)
443 integer (acc_handle_kind) async local
446 subroutine acc_delete_async_64_h (a, len, async)
452 integer (acc_handle_kind) async local
455 subroutine acc_delete_async_array_h (a, async)
458 integer (acc_handle_kind) async local
461 subroutine acc_update_device_async_32_h (a, len, async)
467 integer (acc_handle_kind) async local
470 subroutine acc_update_device_async_64_h (a, len, async)
476 integer (acc_handle_kind) async local
479 subroutine acc_update_device_async_array_h (a, async)
482 integer (acc_handle_kind) async local
485 subroutine acc_update_self_async_32_h (a, len, async)
491 integer (acc_handle_kind) async local
494 subroutine acc_update_self_async_64_h (a, len, async)
500 integer (acc_handle_kind) async local
503 subroutine acc_update_self_async_array_h (a, async)
506 integer (acc_handle_kind) async local
582 subroutine acc_wait_async_l (arg, async) &
585 integer (c_int), value :: arg, async
593 subroutine acc_wait_all_async_l (async) &
596 integer (c_int), value :: async
707 subroutine acc_copyin_async_l (a, len, async) &
713 integer (c_int), value :: async
716 subroutine acc_create_async_l (a, len, async) &
722 integer (c_int), value :: async
725 subroutine acc_copyout_async_l (a, len, async) &
731 integer (c_int), value :: async
734 subroutine acc_delete_async_l (a, len, async) &
740 integer (c_int), value :: async
743 subroutine acc_update_device_async_l (a, len, async) &
749 integer (c_int), value :: async
752 subroutine acc_update_self_async_l (a, len, async) &
758 integer (c_int), value :: async
1116 integer arg, async local
1117 call acc_wait_async_l (arg, async)
1127 integer async local
1128 call acc_wait_all_async_l (async)
1427 integer (acc_handle_kind) async local
1428 call acc_copyin_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1438 integer (acc_handle_kind) async local
1439 call acc_copyin_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1447 integer (acc_handle_kind) async local
1448 call acc_copyin_async_l (a, sizeof (a), int (async, kind = c_int))
1458 integer (acc_handle_kind) async local
1459 call acc_create_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1469 integer (acc_handle_kind) async local
1470 call acc_create_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1478 integer (acc_handle_kind) async local
1479 call acc_create_async_l (a, sizeof (a), int (async, kind = c_int))
1489 integer (acc_handle_kind) async local
1490 call acc_copyout_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1500 integer (acc_handle_kind) async local
1501 call acc_copyout_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1509 integer (acc_handle_kind) async local
1510 call acc_copyout_async_l (a, sizeof (a), int (async, kind = c_int))
1520 integer (acc_handle_kind) async local
1521 call acc_delete_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1531 integer (acc_handle_kind) async local
1532 call acc_delete_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1540 integer (acc_handle_kind) async local
1541 call acc_delete_async_l (a, sizeof (a), int (async, kind = c_int))
1551 integer (acc_handle_kind) async local
1552 call acc_update_device_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1562 integer (acc_handle_kind) async local
1563 call acc_update_device_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1571 integer (acc_handle_kind) async local
1572 call acc_update_device_async_l (a, sizeof (a), int (async, kind = c_int))
1582 integer (acc_handle_kind) async local
1583 call acc_update_self_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1593 integer (acc_handle_kind) async local
1594 call acc_update_self_async_l (a, int (len, kind = c_size_t), int (async, kind = c_int))
1602 integer (acc_handle_kind) async local
1603 call acc_update_self_async_l (a, sizeof (a), int (async, kind = c_int))