Home
last modified time | relevance | path

Searched refs:MAX_NTHREADS (Results 1 – 25 of 25) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/gc/libatomic_ops/tests/
H A Drun_parallel.h48 #ifndef MAX_NTHREADS
49 # define MAX_NTHREADS 100 macro
62 pthread_t thr[MAX_NTHREADS]; in run_parallel()
66 if (nthreads > MAX_NTHREADS) in run_parallel()
118 int thr[MAX_NTHREADS]; in run_parallel()
122 if (nthreads > MAX_NTHREADS) in run_parallel()
173 HANDLE thr[MAX_NTHREADS]; in run_parallel()
174 struct tramp_args args[MAX_NTHREADS]; in run_parallel()
178 if (nthreads > MAX_NTHREADS) in run_parallel()
H A Dtest_stack.c50 #ifndef MAX_NTHREADS
51 # define MAX_NTHREADS 100 macro
116 static char marks[MAX_NTHREADS * (MAX_NTHREADS + 1) / 2 + 1];
181 list_element * t[MAX_NTHREADS + 1]; in run_one_test()
218 unsigned long times[MAX_NTHREADS + 1][N_EXPERIMENTS];
233 if (max_nthreads < 1 || max_nthreads > MAX_NTHREADS) in main()
250 HANDLE thread[MAX_NTHREADS]; in main()
252 pthread_t thread[MAX_NTHREADS]; in main()
H A Dtest_malloc.c234 if (nthreads < 1 || nthreads > MAX_NTHREADS) { in main()
/dports/devel/libatomic_ops/libatomic_ops-7.6.12/tests/
H A Drun_parallel.h48 #ifndef MAX_NTHREADS
49 # define MAX_NTHREADS 100 macro
62 pthread_t thr[MAX_NTHREADS]; in run_parallel()
66 if (nthreads > MAX_NTHREADS) in run_parallel()
118 int thr[MAX_NTHREADS]; in run_parallel()
122 if (nthreads > MAX_NTHREADS) in run_parallel()
173 HANDLE thr[MAX_NTHREADS]; in run_parallel()
174 struct tramp_args args[MAX_NTHREADS]; in run_parallel()
178 if (nthreads > MAX_NTHREADS) in run_parallel()
H A Dtest_stack.c50 #ifndef MAX_NTHREADS
51 # define MAX_NTHREADS 100 macro
116 static char marks[MAX_NTHREADS * (MAX_NTHREADS + 1) / 2 + 1];
181 list_element * t[MAX_NTHREADS + 1]; in run_one_test()
218 unsigned long times[MAX_NTHREADS + 1][N_EXPERIMENTS];
233 if (max_nthreads < 1 || max_nthreads > MAX_NTHREADS) in main()
250 HANDLE thread[MAX_NTHREADS]; in main()
252 pthread_t thread[MAX_NTHREADS]; in main()
H A Dtest_malloc.c234 if (nthreads < 1 || nthreads > MAX_NTHREADS) { in main()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/libatomic_ops/tests/
H A Dtest_stack.c25 #ifndef MAX_NTHREADS
26 # define MAX_NTHREADS 100 macro
71 static char marks[MAX_NTHREADS * MAX_NTHREADS];
114 list_element * t[MAX_NTHREADS + 1]; in run_one_test()
150 unsigned long times[MAX_NTHREADS + 1][N_EXPERIMENTS];
163 if (max_nthreads < 1 || max_nthreads > MAX_NTHREADS) in main()
178 pthread_t thread[MAX_NTHREADS]; in main()
H A Dtest_malloc.c25 #ifndef MAX_NTHREADS
26 # define MAX_NTHREADS 100 macro
178 if (nthreads < 1 || nthreads > MAX_NTHREADS) { in main()
/dports/math/gap/gap-4.11.0/hpcgap/extern/libatomic_ops/tests/
H A Dtest_stack.c50 #ifndef MAX_NTHREADS
51 # define MAX_NTHREADS 100 macro
110 static char marks[MAX_NTHREADS * (MAX_NTHREADS + 1) / 2 + 1];
175 list_element * t[MAX_NTHREADS + 1]; in run_one_test()
212 unsigned long times[MAX_NTHREADS + 1][N_EXPERIMENTS];
225 if (max_nthreads < 1 || max_nthreads > MAX_NTHREADS) in main()
242 HANDLE thread[MAX_NTHREADS]; in main()
244 pthread_t thread[MAX_NTHREADS]; in main()
H A Dtest_malloc.c24 #ifndef MAX_NTHREADS
25 # define MAX_NTHREADS 100 macro
215 if (nthreads < 1 || nthreads > MAX_NTHREADS) { in main()
/dports/net/mpich2/mpich2-1.5/src/openpa/
H A Dconfigure.ac118 AC_DEFINE(MAX_NTHREADS, 100, [define to the maximum number of simultaneous threads]), definition
145 AC_DEFINE(MAX_NTHREADS, 10, [define to the maximum number of simultaneous threads]), definition
147 AC_DEFINE(MAX_NTHREADS, 4, [define to the maximum number of simultaneous threads]), definition
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dtraceback.c20 #define MAX_NTHREADS 100 macro
910 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dtraceback.c20 #define MAX_NTHREADS 100 macro
910 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dtraceback.c20 #define MAX_NTHREADS 100 macro
910 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/lang/python310/Python-3.10.1/Python/
H A Dtraceback.c20 #define MAX_NTHREADS 100 macro
935 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/lang/python38/Python-3.8.12/Python/
H A Dtraceback.c20 #define MAX_NTHREADS 100 macro
910 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/lang/python39/Python-3.9.9/Python/
H A Dtraceback.c19 #define MAX_NTHREADS 100 macro
916 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/lang/python37/Python-3.7.12/Python/
H A Dtraceback.c20 #define MAX_NTHREADS 100 macro
895 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dtraceback.c20 #define MAX_NTHREADS 100 macro
910 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/net/mpich2/mpich2-1.5/src/openpa/src/
H A Dconfig.h.in100 #undef MAX_NTHREADS
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dtraceback.c30 #define MAX_NTHREADS 100 macro
1319 if (nthreads >= MAX_NTHREADS) { in _Py_DumpTracebackThreads()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/libatomic_ops/
H A DChangeLog7 * tests/test_malloc.c (MAX_NTHREADS, N_REVERSALS, LIST_LENGTH,
23 * tests/test_stack.c (MAX_NTHREADS, N_EXPERIMENTS): Do not define
/dports/lang/gauche/Gauche-0.9.10/gc/libatomic_ops/
H A DChangeLog45 * Allow to alter DEFAULT/MAX_NTHREADS values in test_malloc/stack
/dports/devel/libatomic_ops/libatomic_ops-7.6.12/
H A DChangeLog68 * Allow to alter DEFAULT/MAX_NTHREADS values in test_malloc/stack
/dports/net/mpich2/mpich2-1.5/
H A Dwinconfigure.wsf2328 Case "MAX_NTHREADS"
2329 fout.WriteLine("#define MAX_NTHREADS 100")