Searched refs:gomp_debug (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | oacc-profiling.c | 136 gomp_debug (0, "%s: dlopen (\"%s\")\n", __FUNCTION__, acc_proflib); in goacc_profiling_initialize() 144 gomp_debug (0, " %s: calling %s:acc_register_library\n", in goacc_profiling_initialize() 179 gomp_debug (0, "%s: ev=%d, cb=%p, reg=%d\n", in acc_prof_register() 236 gomp_debug (0, " ignoring request for bogus 'acc_event_t'\n"); in acc_prof_register() 252 gomp_debug (0, " ignoring request with bogus 'acc_register_t'\n"); in acc_prof_register() 261 gomp_debug (0, " globally enabling callbacks\n"); in acc_prof_register() 270 gomp_debug (0, " ignoring request\n"); in acc_prof_register() 278 gomp_debug (0, " thread: enabling callbacks\n"); in acc_prof_register() 285 gomp_debug (0, " ignoring bogus request\n"); in acc_prof_register() 310 gomp_debug (0, " already registered;" in acc_prof_register() [all …]
|
| D | oacc-parallel.c | 122 gomp_debug (0, "%s: mapnum=%"PRIu64", hostaddrs=%p, size=%p, kinds=%p\n", in GOACC_parallel_keyed() 125 gomp_debug (0, "%s: mapnum=%lu, hostaddrs=%p, sizes=%p, kinds=%p\n", in GOACC_parallel_keyed() 372 gomp_debug (0, "%s: mapnum=%"PRIu64", hostaddrs=%p, size=%p, kinds=%p\n", in GOACC_data_start() 375 gomp_debug (0, "%s: mapnum=%lu, hostaddrs=%p, sizes=%p, kinds=%p\n", in GOACC_data_start() 463 gomp_debug (0, " %s: prepare mappings\n", __FUNCTION__); in GOACC_data_start() 466 gomp_debug (0, " %s: mappings prepared\n", __FUNCTION__); in GOACC_data_start() 539 gomp_debug (0, " %s: restore mappings\n", __FUNCTION__); in GOACC_data_end() 542 gomp_debug (0, " %s: mappings restored\n", __FUNCTION__); in GOACC_data_end()
|
| D | error.c | 47 #undef gomp_debug 49 gomp_debug (int kind, const char *msg, ...) in gomp_debug() function
|
| D | task.c | 423 gomp_debug (0, "Thread %d: new event: %p\n", in GOMP_task() 497 gomp_debug (0, "Thread %d: new event: %p\n", thr->ts.team_id, task); in GOMP_task() 1477 gomp_debug (0, in gomp_barrier_handle_tasks() 1634 gomp_debug (0, in GOMP_taskwait() 2102 gomp_debug (0, in GOMP_taskgroup_end() 2458 gomp_debug (0, "omp_fulfill_event: %p event for undeferred task\n", in ialias() 2474 gomp_debug (0, in ialias() 2482 gomp_debug (0, "omp_fulfill_event: %p event fulfilled for finished task\n", in ialias()
|
| D | libgomp.h | 178 extern void gomp_debug (int, const char *, ...) 185 #define gomp_debug(KIND, ...) \ macro 188 (gomp_debug) ((KIND), __VA_ARGS__); \
|
| D | oacc-cuda.c | 148 gomp_debug (0, "Refusing request to set CUDA stream associated" in acc_set_cuda_stream()
|
| D | target.c | 823 gomp_debug (1, in gomp_attach_pointer() 832 gomp_debug (1, "%s: attach count for %p -> %u\n", __FUNCTION__, in gomp_attach_pointer() 875 gomp_debug (1, in gomp_detach_pointer() 885 gomp_debug (1, "%s: attach count for %p -> %u\n", __FUNCTION__, in gomp_detach_pointer()
|
| D | ChangeLog | 12660 * error.c (gomp_vdebug, gomp_debug, gomp_vfatal): New functions. 12664 (gomp_debug, gomp_verror, gomp_vfatal, gomp_init_targets_once) 12672 (gomp_vdebug, gomp_debug): New macros.
|