Lines Matching refs:__GOMP_NOTHROW

99 # define __GOMP_NOTHROW throw ()
101 # define __GOMP_NOTHROW __attribute__((__nothrow__))
104 extern void omp_set_num_threads (int) __GOMP_NOTHROW;
105 extern int omp_get_num_threads (void) __GOMP_NOTHROW;
106 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
107 extern int omp_get_thread_num (void) __GOMP_NOTHROW;
108 extern int omp_get_num_procs (void) __GOMP_NOTHROW;
110 extern int omp_in_parallel (void) __GOMP_NOTHROW;
112 extern void omp_set_dynamic (int) __GOMP_NOTHROW;
113 extern int omp_get_dynamic (void) __GOMP_NOTHROW;
115 extern void omp_set_nested (int) __GOMP_NOTHROW;
116 extern int omp_get_nested (void) __GOMP_NOTHROW;
118 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
120 __GOMP_NOTHROW;
121 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
122 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
123 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
124 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
126 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
128 __GOMP_NOTHROW;
129 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
130 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
131 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
132 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
134 extern double omp_get_wtime (void) __GOMP_NOTHROW;
135 extern double omp_get_wtick (void) __GOMP_NOTHROW;
137 extern void omp_set_schedule (omp_sched_t, int) __GOMP_NOTHROW;
138 extern void omp_get_schedule (omp_sched_t *, int *) __GOMP_NOTHROW;
139 extern int omp_get_thread_limit (void) __GOMP_NOTHROW;
140 extern void omp_set_max_active_levels (int) __GOMP_NOTHROW;
141 extern int omp_get_max_active_levels (void) __GOMP_NOTHROW;
142 extern int omp_get_level (void) __GOMP_NOTHROW;
143 extern int omp_get_ancestor_thread_num (int) __GOMP_NOTHROW;
144 extern int omp_get_team_size (int) __GOMP_NOTHROW;
145 extern int omp_get_active_level (void) __GOMP_NOTHROW;
147 extern int omp_in_final (void) __GOMP_NOTHROW;
149 extern int omp_get_cancellation (void) __GOMP_NOTHROW;
150 extern omp_proc_bind_t omp_get_proc_bind (void) __GOMP_NOTHROW;
151 extern int omp_get_num_places (void) __GOMP_NOTHROW;
152 extern int omp_get_place_num_procs (int) __GOMP_NOTHROW;
153 extern void omp_get_place_proc_ids (int, int *) __GOMP_NOTHROW;
154 extern int omp_get_place_num (void) __GOMP_NOTHROW;
155 extern int omp_get_partition_num_places (void) __GOMP_NOTHROW;
156 extern void omp_get_partition_place_nums (int *) __GOMP_NOTHROW;
158 extern void omp_set_default_device (int) __GOMP_NOTHROW;
159 extern int omp_get_default_device (void) __GOMP_NOTHROW;
160 extern int omp_get_num_devices (void) __GOMP_NOTHROW;
161 extern int omp_get_num_teams (void) __GOMP_NOTHROW;
162 extern int omp_get_team_num (void) __GOMP_NOTHROW;
164 extern int omp_is_initial_device (void) __GOMP_NOTHROW;
165 extern int omp_get_initial_device (void) __GOMP_NOTHROW;
166 extern int omp_get_max_task_priority (void) __GOMP_NOTHROW;
168 extern void *omp_target_alloc (__SIZE_TYPE__, int) __GOMP_NOTHROW;
169 extern void omp_target_free (void *, int) __GOMP_NOTHROW;
170 extern int omp_target_is_present (const void *, int) __GOMP_NOTHROW;
173 __GOMP_NOTHROW;
180 __GOMP_NOTHROW;
182 __SIZE_TYPE__, int) __GOMP_NOTHROW;
183 extern int omp_target_disassociate_ptr (const void *, int) __GOMP_NOTHROW;
185 extern void omp_set_affinity_format (const char *) __GOMP_NOTHROW;
187 __GOMP_NOTHROW;
188 extern void omp_display_affinity (const char *) __GOMP_NOTHROW;
190 __GOMP_NOTHROW;
192 extern int omp_pause_resource (omp_pause_resource_t, int) __GOMP_NOTHROW;
193 extern int omp_pause_resource_all (omp_pause_resource_t) __GOMP_NOTHROW;