HomeSort by: relevance | last modified time | path
    Searched refs:async (Results 1 - 25 of 464) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
async.h 10 #include <openssl/async.h>
cryptlib.h 15 int async; member in struct:thread_local_inits_st
  /src/crypto/external/apache2/openssl/dist/include/crypto/
async.h 14 #include <openssl/async.h>
  /src/crypto/external/bsd/openssl/dist/include/crypto/
async.h 14 # include <openssl/async.h>
  /src/external/gpl3/gcc/dist/libgomp/
oacc-async.c 47 validate_async_val (int async)
49 if (!async_valid_p (async))
50 gomp_fatal ("invalid async-argument: %d", async);
52 if (async == acc_async_sync)
55 if (async == acc_async_noval)
58 if (async >= 0)
61 return 1 + async;
66 /* Return the asyncqueue to be used for OpenACC async-argument ASYNC. Thi
    [all...]
oacc-int.h 125 async_valid_stream_id_p (int async)
127 return async >= 0;
131 async_valid_p (int async)
133 return (async == acc_async_noval || async == acc_async_sync
134 || async_valid_stream_id_p (async));
138 async_synchronous_p (int async)
140 if (!async_valid_p (async))
143 return async == acc_async_sync;
oacc-cuda.c 83 acc_get_cuda_stream (int async)
87 if (!async_valid_p (async))
93 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async);
102 prof_info.async = async;
103 prof_info.async_queue = prof_info.async;
119 acc_set_cuda_stream (int async, void *stream)
123 if (!async_valid_p (async) || stream == NULL)
138 prof_info.async = async;
    [all...]
openacc.f90 137 subroutine acc_wait_async_h (arg, async)
138 integer arg, async
144 subroutine acc_wait_all_async_h (async)
145 integer async
365 subroutine acc_copyin_async_32_h (a, len, async)
371 integer (acc_handle_kind) async
374 subroutine acc_copyin_async_64_h (a, len, async)
380 integer (acc_handle_kind) async
383 subroutine acc_copyin_async_array_h (a, async)
386 integer (acc_handle_kind) async
1195 integer arg, async local in subroutine:acc_wait_async_h
1206 integer async local in subroutine:acc_wait_all_async_h
1506 integer (acc_handle_kind) async local in subroutine:acc_copyin_async_32_h
1517 integer (acc_handle_kind) async local in subroutine:acc_copyin_async_64_h
1526 integer (acc_handle_kind) async local in subroutine:acc_copyin_async_array_h
1537 integer (acc_handle_kind) async local in subroutine:acc_create_async_32_h
1548 integer (acc_handle_kind) async local in subroutine:acc_create_async_64_h
1557 integer (acc_handle_kind) async local in subroutine:acc_create_async_array_h
1568 integer (acc_handle_kind) async local in subroutine:acc_copyout_async_32_h
1579 integer (acc_handle_kind) async local in subroutine:acc_copyout_async_64_h
1588 integer (acc_handle_kind) async local in subroutine:acc_copyout_async_array_h
1599 integer (acc_handle_kind) async local in subroutine:acc_delete_async_32_h
1610 integer (acc_handle_kind) async local in subroutine:acc_delete_async_64_h
1619 integer (acc_handle_kind) async local in subroutine:acc_delete_async_array_h
1630 integer (acc_handle_kind) async local in subroutine:acc_update_device_async_32_h
1641 integer (acc_handle_kind) async local in subroutine:acc_update_device_async_64_h
1650 integer (acc_handle_kind) async local in subroutine:acc_update_device_async_array_h
1661 integer (acc_handle_kind) async local in subroutine:acc_update_self_async_32_h
1672 integer (acc_handle_kind) async local in subroutine:acc_update_self_async_64_h
1681 integer (acc_handle_kind) async local in subroutine:acc_update_self_async_array_h
    [all...]
oacc-plugin.c 37 int async __attribute__((unused)))
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-async.c 47 validate_async_val (int async)
49 if (!async_valid_p (async))
50 gomp_fatal ("invalid async-argument: %d", async);
52 if (async == acc_async_sync)
55 if (async == acc_async_noval)
58 if (async >= 0)
61 return 1 + async;
66 /* Return the asyncqueue to be used for OpenACC async-argument ASYNC. Thi
    [all...]
oacc-int.h 125 async_valid_stream_id_p (int async)
127 return async >= 0;
131 async_valid_p (int async)
133 return (async == acc_async_noval || async == acc_async_sync
134 || async_valid_stream_id_p (async));
138 async_synchronous_p (int async)
140 if (!async_valid_p (async))
143 return async == acc_async_sync;
oacc-cuda.c 83 acc_get_cuda_stream (int async)
87 if (!async_valid_p (async))
93 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async);
102 prof_info.async = async;
103 prof_info.async_queue = prof_info.async;
119 acc_set_cuda_stream (int async, void *stream)
123 if (!async_valid_p (async) || stream == NULL)
138 prof_info.async = async;
    [all...]
openacc.f90 137 subroutine acc_wait_async_h (arg, async)
138 integer arg, async
144 subroutine acc_wait_all_async_h (async)
145 integer async
365 subroutine acc_copyin_async_32_h (a, len, async)
371 integer (acc_handle_kind) async
374 subroutine acc_copyin_async_64_h (a, len, async)
380 integer (acc_handle_kind) async
383 subroutine acc_copyin_async_array_h (a, async)
386 integer (acc_handle_kind) async
1116 integer arg, async local in subroutine:acc_wait_async_h
1127 integer async local in subroutine:acc_wait_all_async_h
1427 integer (acc_handle_kind) async local in subroutine:acc_copyin_async_32_h
1438 integer (acc_handle_kind) async local in subroutine:acc_copyin_async_64_h
1447 integer (acc_handle_kind) async local in subroutine:acc_copyin_async_array_h
1458 integer (acc_handle_kind) async local in subroutine:acc_create_async_32_h
1469 integer (acc_handle_kind) async local in subroutine:acc_create_async_64_h
1478 integer (acc_handle_kind) async local in subroutine:acc_create_async_array_h
1489 integer (acc_handle_kind) async local in subroutine:acc_copyout_async_32_h
1500 integer (acc_handle_kind) async local in subroutine:acc_copyout_async_64_h
1509 integer (acc_handle_kind) async local in subroutine:acc_copyout_async_array_h
1520 integer (acc_handle_kind) async local in subroutine:acc_delete_async_32_h
1531 integer (acc_handle_kind) async local in subroutine:acc_delete_async_64_h
1540 integer (acc_handle_kind) async local in subroutine:acc_delete_async_array_h
1551 integer (acc_handle_kind) async local in subroutine:acc_update_device_async_32_h
1562 integer (acc_handle_kind) async local in subroutine:acc_update_device_async_64_h
1571 integer (acc_handle_kind) async local in subroutine:acc_update_device_async_array_h
1582 integer (acc_handle_kind) async local in subroutine:acc_update_self_async_32_h
1593 integer (acc_handle_kind) async local in subroutine:acc_update_self_async_64_h
1602 integer (acc_handle_kind) async local in subroutine:acc_update_self_async_array_h
    [all...]
oacc-plugin.c 37 int async __attribute__((unused)))
  /src/external/mit/libuv/dist/docs/code/progress/
main.c 8 uv_async_t async; variable
17 async.data = (void*) &percentage;
18 uv_async_send(&async);
28 uv_close((uv_handle_t*) &async, NULL);
43 uv_async_init(loop, &async, print_progress);
  /src/crypto/external/bsd/openssl/dist/crypto/async/arch/
async_null.h 10 #include <openssl/async.h>
13 * If we haven't managed to detect any other async architecture then we default
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/arch/
async_null.h 10 #include <openssl/async.h>
13 * If we haven't managed to detect any other async architecture then we default
async_win.h 15 #include <openssl/async.h>
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-threads-interrupt.exp 34 global async
57 if { $async } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-threads-interrupt.exp 34 global async
57 if { $async } {
  /src/external/mit/libuv/dist/test/
test-async.c 31 static uv_async_t async; variable
51 r = uv_async_send(&async);
60 * That never happens here: the pipe that is associated with the async
81 ASSERT_PTR_EQ(handle, &async);
88 uv_close((uv_handle_t*)&async, close_cb);
108 TEST_IMPL(async) {
120 r = uv_async_init(uv_default_loop(), &async, async_cb);
  /src/external/mpl/bind/dist/lib/isc/
async_p.h 18 #include <isc/async.h>
  /src/tests/kernel/
t_unmount.c 50 ATF_TC(async); variable
51 ATF_TC_HEAD(async, tc)
54 "descr", "failed unmount of async fs should stay async");
59 ATF_TC_BODY(async, tc)
103 ATF_TP_ADD_TC(tp, async);
  /src/crypto/external/apache2/openssl/dist/crypto/async/arch/
async_null.h 10 #include <openssl/async.h>
13 * If we haven't managed to detect any other async architecture then we default
  /src/external/bsd/openldap/dist/tests/scripts/
grandchild_wrapper.py 38 async def signal_to_grandchild(child):
57 async def main(args=None):

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>