Searched refs:queue_callback_func (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-host.c | 301 .queue_callback_func = host_openacc_async_queue_callback,
|
H A D | oacc-async.c | 435 devicep->openacc.async.queue_callback_func (aq, free, ptr); in goacc_async_free()
|
H A D | libgomp.h | 1179 __typeof (GOMP_OFFLOAD_openacc_async_queue_callback) *queue_callback_func; member
|
H A D | target.c | 368 devicep->openacc.async.queue_callback_func (aq, free, h_buf); in gomp_copy_host2dev() 1857 devicep->openacc.async.queue_callback_func (aq, gomp_unref_tgt_void, in gomp_remove_var_internal() 1955 devicep->openacc.async.queue_callback_func (aq, gomp_unref_tgt_void, in gomp_unmap_vars_internal()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | oacc-host.c | 301 .queue_callback_func = host_openacc_async_queue_callback,
|
H A D | oacc-async.c | 435 devicep->openacc.async.queue_callback_func (aq, free, ptr); in goacc_async_free()
|
H A D | libgomp.h | 1061 __typeof (GOMP_OFFLOAD_openacc_async_queue_callback) *queue_callback_func; member
|
H A D | target.c | 1380 devicep->openacc.async.queue_callback_func (aq, gomp_unref_tgt_void, in gomp_remove_var_internal() 1484 devicep->openacc.async.queue_callback_func (aq, gomp_unref_tgt_void, in gomp_unmap_vars_internal()
|