Lines Matching refs:extern
188 extern "C" {
196 extern void omp_set_num_threads (int) __GOMP_NOTHROW;
197 extern int omp_get_num_threads (void) __GOMP_NOTHROW;
198 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
199 extern int omp_get_thread_num (void) __GOMP_NOTHROW;
200 extern int omp_get_num_procs (void) __GOMP_NOTHROW;
202 extern int omp_in_parallel (void) __GOMP_NOTHROW;
204 extern void omp_set_dynamic (int) __GOMP_NOTHROW;
205 extern int omp_get_dynamic (void) __GOMP_NOTHROW;
207 extern void omp_set_nested (int) __GOMP_NOTHROW __GOMP_DEPRECATED_5_0;
208 extern int omp_get_nested (void) __GOMP_NOTHROW __GOMP_DEPRECATED_5_0;
210 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
211 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
213 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
214 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
215 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
216 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
218 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
219 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
221 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
222 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
223 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
224 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
226 extern double omp_get_wtime (void) __GOMP_NOTHROW;
227 extern double omp_get_wtick (void) __GOMP_NOTHROW;
229 extern void omp_set_schedule (omp_sched_t, int) __GOMP_NOTHROW;
230 extern void omp_get_schedule (omp_sched_t *, int *) __GOMP_NOTHROW;
231 extern int omp_get_thread_limit (void) __GOMP_NOTHROW;
232 extern void omp_set_max_active_levels (int) __GOMP_NOTHROW;
233 extern int omp_get_max_active_levels (void) __GOMP_NOTHROW;
234 extern int omp_get_supported_active_levels (void) __GOMP_NOTHROW;
235 extern int omp_get_level (void) __GOMP_NOTHROW;
236 extern int omp_get_ancestor_thread_num (int) __GOMP_NOTHROW;
237 extern int omp_get_team_size (int) __GOMP_NOTHROW;
238 extern int omp_get_active_level (void) __GOMP_NOTHROW;
240 extern int omp_in_final (void) __GOMP_NOTHROW;
242 extern int omp_get_cancellation (void) __GOMP_NOTHROW;
243 extern omp_proc_bind_t omp_get_proc_bind (void) __GOMP_NOTHROW;
244 extern int omp_get_num_places (void) __GOMP_NOTHROW;
245 extern int omp_get_place_num_procs (int) __GOMP_NOTHROW;
246 extern void omp_get_place_proc_ids (int, int *) __GOMP_NOTHROW;
247 extern int omp_get_place_num (void) __GOMP_NOTHROW;
248 extern int omp_get_partition_num_places (void) __GOMP_NOTHROW;
249 extern void omp_get_partition_place_nums (int *) __GOMP_NOTHROW;
251 extern void omp_set_default_device (int) __GOMP_NOTHROW;
252 extern int omp_get_default_device (void) __GOMP_NOTHROW;
253 extern int omp_get_num_devices (void) __GOMP_NOTHROW;
254 extern int omp_get_device_num (void) __GOMP_NOTHROW;
255 extern int omp_get_num_teams (void) __GOMP_NOTHROW;
256 extern int omp_get_team_num (void) __GOMP_NOTHROW;
258 extern int omp_is_initial_device (void) __GOMP_NOTHROW;
259 extern int omp_get_initial_device (void) __GOMP_NOTHROW;
260 extern int omp_get_max_task_priority (void) __GOMP_NOTHROW;
262 extern void omp_fulfill_event (omp_event_handle_t) __GOMP_NOTHROW;
264 extern void omp_set_num_teams (int) __GOMP_NOTHROW;
265 extern int omp_get_max_teams (void) __GOMP_NOTHROW;
266 extern void omp_set_teams_thread_limit (int) __GOMP_NOTHROW;
267 extern int omp_get_teams_thread_limit (void) __GOMP_NOTHROW;
269 extern void *omp_target_alloc (__SIZE_TYPE__, int) __GOMP_NOTHROW;
270 extern void omp_target_free (void *, int) __GOMP_NOTHROW;
271 extern int omp_target_is_present (const void *, int) __GOMP_NOTHROW;
272 extern int omp_target_memcpy (void *, const void *, __SIZE_TYPE__,
275 extern int omp_target_memcpy_rect (void *, const void *, __SIZE_TYPE__, int,
282 extern int omp_target_associate_ptr (const void *, const void *, __SIZE_TYPE__,
284 extern int omp_target_disassociate_ptr (const void *, int) __GOMP_NOTHROW;
286 extern void omp_set_affinity_format (const char *) __GOMP_NOTHROW;
287 extern __SIZE_TYPE__ omp_get_affinity_format (char *, __SIZE_TYPE__)
289 extern void omp_display_affinity (const char *) __GOMP_NOTHROW;
290 extern __SIZE_TYPE__ omp_capture_affinity (char *, __SIZE_TYPE__, const char *)
293 extern int omp_pause_resource (omp_pause_resource_t, int) __GOMP_NOTHROW;
294 extern int omp_pause_resource_all (omp_pause_resource_t) __GOMP_NOTHROW;
296 extern omp_allocator_handle_t omp_init_allocator (omp_memspace_handle_t,
300 extern void omp_destroy_allocator (omp_allocator_handle_t) __GOMP_NOTHROW;
301 extern void omp_set_default_allocator (omp_allocator_handle_t) __GOMP_NOTHROW;
302 extern omp_allocator_handle_t omp_get_default_allocator (void) __GOMP_NOTHROW;
303 extern void omp_free (void *,
306 extern void *omp_alloc (__SIZE_TYPE__,
310 extern void *omp_aligned_alloc (__SIZE_TYPE__, __SIZE_TYPE__,
315 extern void *omp_calloc (__SIZE_TYPE__, __SIZE_TYPE__,
319 extern void *omp_aligned_calloc (__SIZE_TYPE__, __SIZE_TYPE__, __SIZE_TYPE__,
324 extern void *omp_realloc (void *, __SIZE_TYPE__,
329 extern void omp_display_env (int) __GOMP_NOTHROW;