Searched refs:__GOMP_NOTHROW (Results 76 - 82 of 82) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/lib/libgomp/arch/m68000/
H A Domp.h193 # define __GOMP_NOTHROW throw () macro
196 # define __GOMP_NOTHROW __attribute__((__nothrow__)) macro
200 extern void omp_set_num_threads (int) __GOMP_NOTHROW;
201 extern int omp_get_num_threads (void) __GOMP_NOTHROW;
202 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
203 extern int omp_get_thread_num (void) __GOMP_NOTHROW;
204 extern int omp_get_num_procs (void) __GOMP_NOTHROW;
206 extern int omp_in_parallel (void) __GOMP_NOTHROW;
208 extern void omp_set_dynamic (int) __GOMP_NOTHROW;
209 extern int omp_get_dynamic (void) __GOMP_NOTHROW;
[all...]
/netbsd-current/external/gpl3/gcc/lib/libgomp/arch/ia64/
H A Domp.h193 # define __GOMP_NOTHROW throw () macro
196 # define __GOMP_NOTHROW __attribute__((__nothrow__)) macro
200 extern void omp_set_num_threads (int) __GOMP_NOTHROW;
201 extern int omp_get_num_threads (void) __GOMP_NOTHROW;
202 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
203 extern int omp_get_thread_num (void) __GOMP_NOTHROW;
204 extern int omp_get_num_procs (void) __GOMP_NOTHROW;
206 extern int omp_in_parallel (void) __GOMP_NOTHROW;
208 extern void omp_set_dynamic (int) __GOMP_NOTHROW;
209 extern int omp_get_dynamic (void) __GOMP_NOTHROW;
[all...]
/netbsd-current/external/gpl3/gcc/lib/libgomp/arch/earmv4/
H A Domp.h193 # define __GOMP_NOTHROW throw () macro
196 # define __GOMP_NOTHROW __attribute__((__nothrow__)) macro
200 extern void omp_set_num_threads (int) __GOMP_NOTHROW;
201 extern int omp_get_num_threads (void) __GOMP_NOTHROW;
202 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
203 extern int omp_get_thread_num (void) __GOMP_NOTHROW;
204 extern int omp_get_num_procs (void) __GOMP_NOTHROW;
206 extern int omp_in_parallel (void) __GOMP_NOTHROW;
208 extern void omp_set_dynamic (int) __GOMP_NOTHROW;
209 extern int omp_get_dynamic (void) __GOMP_NOTHROW;
[all...]
/netbsd-current/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/
H A Domp.h193 # define __GOMP_NOTHROW throw () macro
196 # define __GOMP_NOTHROW __attribute__((__nothrow__)) macro
200 extern void omp_set_num_threads (int) __GOMP_NOTHROW;
201 extern int omp_get_num_threads (void) __GOMP_NOTHROW;
202 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
203 extern int omp_get_thread_num (void) __GOMP_NOTHROW;
204 extern int omp_get_num_procs (void) __GOMP_NOTHROW;
206 extern int omp_in_parallel (void) __GOMP_NOTHROW;
208 extern void omp_set_dynamic (int) __GOMP_NOTHROW;
209 extern int omp_get_dynamic (void) __GOMP_NOTHROW;
[all...]
/netbsd-current/external/gpl3/gcc/lib/libgomp/arch/powerpc64/
H A Domp.h193 # define __GOMP_NOTHROW throw () macro
196 # define __GOMP_NOTHROW __attribute__((__nothrow__)) macro
200 extern void omp_set_num_threads (int) __GOMP_NOTHROW;
201 extern int omp_get_num_threads (void) __GOMP_NOTHROW;
202 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
203 extern int omp_get_thread_num (void) __GOMP_NOTHROW;
204 extern int omp_get_num_procs (void) __GOMP_NOTHROW;
206 extern int omp_in_parallel (void) __GOMP_NOTHROW;
208 extern void omp_set_dynamic (int) __GOMP_NOTHROW;
209 extern int omp_get_dynamic (void) __GOMP_NOTHROW;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.h1229 extern void gomp_init_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1230 extern void gomp_destroy_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1231 extern void gomp_set_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1232 extern void gomp_unset_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1233 extern int gomp_test_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1234 extern void gomp_init_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
1235 extern void gomp_destroy_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
1236 extern void gomp_set_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
1237 extern void gomp_unset_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
1238 extern int gomp_test_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.h1341 extern void gomp_init_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1342 extern void gomp_destroy_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1343 extern void gomp_set_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1344 extern void gomp_unset_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1345 extern int gomp_test_lock_30 (omp_lock_t *) __GOMP_NOTHROW;
1346 extern void gomp_init_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
1347 extern void gomp_destroy_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
1348 extern void gomp_set_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
1349 extern void gomp_unset_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
1350 extern int gomp_test_nest_lock_30 (omp_nest_lock_t *) __GOMP_NOTHROW;
[all...]

Completed in 197 milliseconds

1234