Searched refs:async (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dasync.h10 #include <openssl/async.h>
H A Dcryptlib.h15 int async; member in struct:thread_local_inits_st
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Dasync.h14 # include <openssl/async.h>
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-async.c47 validate_async_val (int async) argument
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. This
74 lookup_goacc_asyncqueue (struct goacc_thread *thr, bool create, int async) argument
131 get_goacc_asyncqueue(int async) argument
138 acc_async_test(int async) argument
198 acc_wait(int async) argument
358 GOACC_wait(int async, int num_waits, ...) argument
397 goacc_wait(int async, int num_waits, va_list *ap) argument
[all...]
H A Doacc-int.h125 async_valid_stream_id_p (int async) argument
127 return async >= 0;
131 async_valid_p (int async) argument
133 return (async == acc_async_noval || async == acc_async_sync
134 || async_valid_stream_id_p (async));
138 async_synchronous_p (int async) argument
140 if (!async_valid_p (async))
143 return async == acc_async_sync;
H A Doacc-cuda.c83 acc_get_cuda_stream (int async) argument
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) argument
123 if (!async_valid_p (async) || stream == NULL)
138 prof_info.async = async;
[all...]
H A Dopenacc.f90137 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...]
H A Doacc-plugin.c37 int async __attribute__((unused)))
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-async.c47 validate_async_val (int async) argument
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. This
74 lookup_goacc_asyncqueue (struct goacc_thread *thr, bool create, int async) argument
131 get_goacc_asyncqueue(int async) argument
138 acc_async_test(int async) argument
198 acc_wait(int async) argument
358 GOACC_wait(int async, int num_waits, ...) argument
397 goacc_wait(int async, int num_waits, va_list *ap) argument
[all...]
H A Doacc-int.h125 async_valid_stream_id_p (int async) argument
127 return async >= 0;
131 async_valid_p (int async) argument
133 return (async == acc_async_noval || async == acc_async_sync
134 || async_valid_stream_id_p (async));
138 async_synchronous_p (int async) argument
140 if (!async_valid_p (async))
143 return async == acc_async_sync;
H A Doacc-cuda.c83 acc_get_cuda_stream (int async) argument
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) argument
123 if (!async_valid_p (async) || stream == NULL)
138 prof_info.async = async;
[all...]
H A Dopenacc.f90137 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...]
H A Doacc-plugin.c37 int async __attribute__((unused)))
/netbsd-current/external/mpl/bind/dist/bin/tests/system/hooks/driver/
H A DMakefile.am9 noinst_LTLIBRARIES = test-async.la
11 test_async_la_SOURCES = test-async.c
/netbsd-current/external/mit/libuv/dist/docs/code/progress/
H A Dmain.c8 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);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/async/arch/
H A Dasync_null.h10 #include <openssl/async.h>
13 * If we haven't managed to detect any other async architecture then we default
H A Dasync_win.h15 #include <openssl/async.h>
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-threads-interrupt.exp37 global async
64 if { $async } {
H A Dmi-condbreak-call-thr-state.exp40 global mi_gdb_prompt async
103 if {!$async} {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/async/arch/
H A Dasync_null.h10 #include <openssl/async.h>
13 * If we haven't managed to detect any other async architecture then we default
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-threads-interrupt.exp37 global async
64 if { $async } {
H A Dmi-condbreak-call-thr-state.exp40 global mi_gdb_prompt async
103 if {!$async} {
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-async.c31 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(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);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinf-loop.c62 if (current_ui->async)
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dgrandchild_wrapper.py38 async def signal_to_grandchild(child):
57 async def main(args=None):

Completed in 213 milliseconds

1234567891011>>