OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__GOMP_NOTHROW
(Results
1 - 25
of
78
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gcc.old/lib/libgomp/arch/armeb/
omp.h
80
# define
__GOMP_NOTHROW
throw ()
82
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
85
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
86
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
87
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
88
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
89
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
91
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
93
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
94
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc.old/lib/libgomp/arch/arm/
omp.h
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
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/aarch64/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/aarch64eb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/alpha/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earm/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmeb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmhf/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmhfeb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv4/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv6/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv6hf/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv6hfeb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv7/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv7eb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv7hf/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/earmv7hfeb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/hppa/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/i386/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/ia64/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/m68000/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/m68k/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
/src/external/gpl3/gcc/lib/libgomp/arch/mips64eb/
omp.h
199
# define
__GOMP_NOTHROW
throw ()
202
# define
__GOMP_NOTHROW
__attribute__((__nothrow__))
206
extern void omp_set_num_threads (int)
__GOMP_NOTHROW
;
207
extern int omp_get_num_threads (void)
__GOMP_NOTHROW
;
208
extern int omp_get_max_threads (void)
__GOMP_NOTHROW
;
209
extern int omp_get_thread_num (void)
__GOMP_NOTHROW
;
210
extern int omp_get_num_procs (void)
__GOMP_NOTHROW
;
212
extern int omp_in_parallel (void)
__GOMP_NOTHROW
;
214
extern void omp_set_dynamic (int)
__GOMP_NOTHROW
;
215
extern int omp_get_dynamic (void)
__GOMP_NOTHROW
;
[
all
...]
Completed in 30 milliseconds
1
2
3
4
Indexes created Thu Apr 23 00:23:13 UTC 2026