/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/rtems/ |
H A D | proc.c | 61 gomp_fatal ("Multiple thread pool reservoir initialization"); in allocate_thread_pool_reservoir() 88 gomp_fatal ("Invalid thread pool count"); in parse_thread_pools() 96 gomp_fatal ("Invalid thread pool priority"); in parse_thread_pools() 102 gomp_fatal ("Invalid thread pool scheduler prefix"); in parse_thread_pools() 110 gomp_fatal ("Invalid thread pool scheduler"); in parse_thread_pools()
|
H A D | pool.h | 142 gomp_fatal ("Thread attribute set scheduler parameters failed: %s", strerror (err)); in gomp_adjust_thread_attr() 145 gomp_fatal ("Thread attribute set scheduler policy failed: %s", strerror (err)); in gomp_adjust_thread_attr() 148 gomp_fatal ("Thread attribute set explicit scheduler failed: %s", strerror (err)); in gomp_adjust_thread_attr()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/rtems/ |
H A D | proc.c | 61 gomp_fatal ("Multiple thread pool reservoir initialization"); in allocate_thread_pool_reservoir() 89 gomp_fatal ("Invalid thread pool count"); in parse_thread_pools() 98 gomp_fatal ("Invalid thread pool priority"); in parse_thread_pools() 105 gomp_fatal ("Invalid thread pool scheduler prefix"); in parse_thread_pools() 113 gomp_fatal ("Invalid thread pool scheduler"); in parse_thread_pools()
|
H A D | pool.h | 142 gomp_fatal ("Thread attribute set scheduler parameters failed: %s", strerror (err)); in gomp_adjust_thread_attr() 145 gomp_fatal ("Thread attribute set scheduler policy failed: %s", strerror (err)); in gomp_adjust_thread_attr() 148 gomp_fatal ("Thread attribute set explicit scheduler failed: %s", strerror (err)); in gomp_adjust_thread_attr()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-mem.c | 156 gomp_fatal ("refusing to free device memory space at %p that is still" in acc_free() 164 gomp_fatal ("error in freeing device memory in %s", __FUNCTION__); in acc_free() 372 gomp_fatal ("cannot map data on shared-memory system"); in acc_map_data() 379 gomp_fatal ("[%p,+%d]->[%p,+%d] is a bad map", in acc_map_data() 391 gomp_fatal ("host address [%p, +%d] is already mapped", (void *)h, in acc_map_data() 398 gomp_fatal ("device address [%p, +%d] is already mapped", (void *)d, in acc_map_data() 447 gomp_fatal ("%p is not a mapped block", (void *)h); in acc_unmap_data() 455 gomp_fatal ("[%p,%d] surrounds %p", in acc_unmap_data() 466 gomp_fatal ("refusing to unmap block [%p,+%d] that has not been mapped" in acc_unmap_data() 476 gomp_fatal ("cannot unmap target block"); in acc_unmap_data() [all …]
|
H A D | alloc.c | 40 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_malloc() 49 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_malloc_cleared() 58 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_realloc() 100 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_aligned_alloc()
|
H A D | oacc-async.c | 41 gomp_fatal ("no device active"); in get_goacc_thread() 50 gomp_fatal ("invalid async-argument: %d", async); in validate_async_val() 109 gomp_fatal ("async %d creation failed", async); in lookup_goacc_asyncqueue() 143 gomp_fatal ("no device active"); in acc_async_test() 216 gomp_fatal ("wait on %d failed", async); in acc_wait() 264 gomp_fatal ("ordering of async ids %d and %d failed", async1, async2); 271 gomp_fatal ("wait on %d failed", async1); 304 gomp_fatal ("wait all failed"); in acc_wait_all() 354 gomp_fatal ("wait all async(%d) failed", async);
|
H A D | oacc-init.c | 99 gomp_fatal ("unknown device type %u", invalid_type); in unknown_device_type_error() 157 gomp_fatal ("device type %s not supported", goacc_device_type); in resolve_device() 182 gomp_fatal ("no device found"); in resolve_device() 211 gomp_fatal ("device type %s not supported", name_of_acc_device_t (d)); in resolve_device() 223 gomp_fatal ("no devices of type %s available", name_of_acc_device_t (d)); in acc_dev_num_out_of_range() 225 gomp_fatal ("device %u out of range", ord); in acc_dev_num_out_of_range() 316 gomp_fatal ("device already active"); in acc_init_1() 381 gomp_fatal ("shutdown in 'acc data' region"); in acc_shutdown_1() 388 gomp_fatal ("shutdown during host fallback"); in acc_shutdown_1() 428 gomp_fatal ("device finalization failed"); in acc_shutdown_1() [all …]
|
H A D | error.c | 84 gomp_fatal (const char *fmt, ...) in gomp_fatal() function 112 gomp_fatal ("fatal error: error directive encountered: %s", msg); in GOMP_error() 121 gomp_fatal ("fatal error: error directive encountered"); in GOMP_error()
|
H A D | affinity-fmt.c | 105 gomp_fatal ("overflow in omp_capture_affinity"); in gomp_display_string() 122 gomp_fatal ("overflow in omp_capture_affinity"); in gomp_display_repeat() 298 gomp_fatal ("leading zero not followed by dot in affinity format"); in gomp_display_affinity() 312 gomp_fatal ("leading zero or right justification in affinity format " in gomp_display_affinity() 332 gomp_fatal ("unsupported long type name '%.*s' in affinity " in gomp_display_affinity() 335 gomp_fatal ("unterminated long type name '%s' in affinity " in gomp_display_affinity() 431 gomp_fatal ("unsupported type %c in affinity format", c); in gomp_display_affinity()
|
H A D | priority_queue.c | 106 gomp_fatal ("priority_queue_verify: WAITING task after TIED"); in priority_list_verify() 114 gomp_fatal ("priority_queue_verify: " in priority_list_verify() 249 gomp_fatal ("Unable to find priority %d", priority); in priority_tree_remove() 334 gomp_fatal ("priority_tree_next_task: t1 != t2"); in priority_tree_next_task()
|
H A D | oacc-plugin.c | 39 gomp_fatal ("invalid plugin function"); in GOMP_PLUGIN_async_unmap_vars() 64 gomp_fatal ("invalid dimension argument: %d", i); in GOMP_PLUGIN_acc_default_dim()
|
H A D | target.c | 108 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_realloc_unlock() 140 gomp_fatal ("OMP_TARGET_OFFLOAD is set to MANDATORY, " in resolve_device() 154 gomp_fatal ("OMP_TARGET_OFFLOAD is set to MANDATORY, " in resolve_device() 206 gomp_fatal ("Copying of %s object [%p..%p) to %s object [%p..%p) failed", in gomp_device_copy() 224 gomp_fatal ("Copying of %s object [%p..%p)" in goacc_device_copy_async() 231 gomp_fatal ("Copying of %s object [%p..%p)" in goacc_device_copy_async() 390 gomp_fatal ("internal libgomp cbuf error"); in gomp_copy_host2dev() 423 gomp_fatal ("error in freeing device memory block at %p", devptr); in gomp_free_device_memory() 572 gomp_fatal ("Trying to map into device [%p..%p) object when " in gomp_map_vars_existing() 667 gomp_fatal ("Pointer target of array section wasn't mapped"); in gomp_map_pointer() [all …]
|
H A D | priority_queue.h | 350 gomp_fatal ("Attempt to insert existing task %p", task); in priority_queue_insert() 385 gomp_fatal ("priority_queue_next_task: Q1 is empty"); in priority_queue_next_task() 399 gomp_fatal ("priority_queue_next_task inconsistency"); in priority_queue_next_task() 469 gomp_fatal ("Attempt to remove missing task %p", task); in priority_queue_remove()
|
H A D | oacc-parallel.c | 213 gomp_fatal ("device_type '%d' offload parameters, libgomp is too old", in GOACC_parallel_keyed() 253 gomp_fatal ("unrecognized offload code '%d'," in GOACC_parallel_keyed() 268 gomp_fatal ("target function wasn't mapped"); in GOACC_parallel_keyed() 694 gomp_fatal (">>>> GOACC_update UNHANDLED kind 0x%.2x", kind); in GOACC_update()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | oacc-mem.c | 156 gomp_fatal ("refusing to free device memory space at %p that is still" in acc_free() 164 gomp_fatal ("error in freeing device memory in %s", __FUNCTION__); in acc_free() 372 gomp_fatal ("cannot map data on shared-memory system"); in acc_map_data() 379 gomp_fatal ("[%p,+%d]->[%p,+%d] is a bad map", in acc_map_data() 391 gomp_fatal ("host address [%p, +%d] is already mapped", (void *)h, in acc_map_data() 398 gomp_fatal ("device address [%p, +%d] is already mapped", (void *)d, in acc_map_data() 447 gomp_fatal ("%p is not a mapped block", (void *)h); in acc_unmap_data() 455 gomp_fatal ("[%p,%d] surrounds %p", in acc_unmap_data() 466 gomp_fatal ("refusing to unmap block [%p,+%d] that has not been mapped" in acc_unmap_data() 476 gomp_fatal ("cannot unmap target block"); in acc_unmap_data() [all …]
|
H A D | alloc.c | 40 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_malloc() 49 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_malloc_cleared() 58 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_realloc() 94 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_aligned_alloc()
|
H A D | oacc-async.c | 41 gomp_fatal ("no device active"); in get_goacc_thread() 50 gomp_fatal ("invalid async-argument: %d", async); in validate_async_val() 109 gomp_fatal ("async %d creation failed", async); in lookup_goacc_asyncqueue() 143 gomp_fatal ("no device active"); in acc_async_test() 216 gomp_fatal ("wait on %d failed", async); in acc_wait() 264 gomp_fatal ("ordering of async ids %d and %d failed", async1, async2); 271 gomp_fatal ("wait on %d failed", async1); 304 gomp_fatal ("wait all failed"); in acc_wait_all() 354 gomp_fatal ("wait all async(%d) failed", async);
|
H A D | oacc-init.c | 99 gomp_fatal ("unknown device type %u", invalid_type); in unknown_device_type_error() 157 gomp_fatal ("device type %s not supported", goacc_device_type); in resolve_device() 182 gomp_fatal ("no device found"); in resolve_device() 211 gomp_fatal ("device type %s not supported", name_of_acc_device_t (d)); in resolve_device() 223 gomp_fatal ("no devices of type %s available", name_of_acc_device_t (d)); in acc_dev_num_out_of_range() 225 gomp_fatal ("device %u out of range", ord); in acc_dev_num_out_of_range() 316 gomp_fatal ("device already active"); in acc_init_1() 381 gomp_fatal ("shutdown in 'acc data' region"); in acc_shutdown_1() 388 gomp_fatal ("shutdown during host fallback"); in acc_shutdown_1() 428 gomp_fatal ("device finalization failed"); in acc_shutdown_1() [all …]
|
H A D | priority_queue.c | 106 gomp_fatal ("priority_queue_verify: WAITING task after TIED"); in priority_list_verify() 114 gomp_fatal ("priority_queue_verify: " in priority_list_verify() 192 gomp_fatal ("Unable to find priority %d", priority); in priority_tree_remove() 277 gomp_fatal ("priority_tree_next_task: t1 != t2"); in priority_tree_next_task()
|
H A D | affinity-fmt.c | 102 gomp_fatal ("overflow in omp_capture_affinity"); in gomp_display_string() 119 gomp_fatal ("overflow in omp_capture_affinity"); in gomp_display_repeat() 295 gomp_fatal ("leading zero not followed by dot in affinity format"); in gomp_display_affinity() 309 gomp_fatal ("leading zero or right justification in affinity format " in gomp_display_affinity() 329 gomp_fatal ("unsupported long type name '%.*s' in affinity " in gomp_display_affinity() 332 gomp_fatal ("unterminated long type name '%s' in affinity " in gomp_display_affinity() 428 gomp_fatal ("unsupported type %c in affinity format", c); in gomp_display_affinity()
|
H A D | oacc-plugin.c | 39 gomp_fatal ("invalid plugin function"); in GOMP_PLUGIN_async_unmap_vars() 64 gomp_fatal ("invalid dimension argument: %d", i); in GOMP_PLUGIN_acc_default_dim()
|
H A D | target.c | 91 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size); in gomp_realloc_unlock() 176 gomp_fatal ("Copying of %s object [%p..%p) to %s object [%p..%p) failed", in gomp_device_copy() 192 gomp_fatal ("Copying of %s object [%p..%p) to %s object [%p..%p) failed", in goacc_device_copy_async() 311 gomp_fatal ("internal libgomp cbuf error"); in gomp_copy_host2dev() 346 gomp_fatal ("error in freeing device memory block at %p", devptr); in gomp_free_device_memory() 374 gomp_fatal ("Trying to map into device [%p..%p) object when " in gomp_map_vars_existing() 424 gomp_fatal ("Pointer target of array section wasn't mapped"); in gomp_map_pointer() 493 gomp_fatal ("Trying to map into device [%p..%p) structure element when " in gomp_map_fields_existing() 511 gomp_fatal ("enclosing struct not mapped for attach"); in gomp_attach_pointer() 532 gomp_fatal ("attach count overflow"); in gomp_attach_pointer() [all …]
|
H A D | priority_queue.h | 345 gomp_fatal ("Attempt to insert existing task %p", task); in priority_queue_insert() 380 gomp_fatal ("priority_queue_next_task: Q1 is empty"); in priority_queue_next_task() 394 gomp_fatal ("priority_queue_next_task inconsistency"); in priority_queue_next_task() 464 gomp_fatal ("Attempt to remove missing task %p", task); in priority_queue_remove()
|
H A D | oacc-parallel.c | 213 gomp_fatal ("device_type '%d' offload parameters, libgomp is too old", in GOACC_parallel_keyed() 253 gomp_fatal ("unrecognized offload code '%d'," in GOACC_parallel_keyed() 268 gomp_fatal ("target function wasn't mapped"); in GOACC_parallel_keyed() 698 gomp_fatal (">>>> GOACC_update UNHANDLED kind 0x%.2x", kind); in GOACC_update() 779 gomp_fatal ("[%p,%ld] is not mapped", hostaddrs[i], in GOACC_declare()
|