Searched refs:NTHREADS (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dmtx.c3 #define NTHREADS 2 macro
39 thd_t thds[NTHREADS];
44 for (i = 0; i < NTHREADS; i++)
46 for (i = 0; i < NTHREADS; i++)
48 assert_u_eq(arg.x, NTHREADS * NINCRS,
H A Dprof_accum.c3 #define NTHREADS 4 macro
63 thd_t thds[NTHREADS];
64 unsigned thd_args[NTHREADS];
76 for (i = 0; i < NTHREADS; i++) {
80 for (i = 0; i < NTHREADS; i++)
H A Dprof_thread_name.c78 #define NTHREADS 4 macro
106 thd_t thds[NTHREADS];
107 unsigned thd_args[NTHREADS];
112 for (i = 0; i < NTHREADS; i++) {
116 for (i = 0; i < NTHREADS; i++)
120 #undef NTHREADS macro
H A Dprof_reset.c145 #define NTHREADS 4 macro
198 thd_t thds[NTHREADS];
199 unsigned thd_args[NTHREADS];
215 for (i = 0; i < NTHREADS; i++) {
219 for (i = 0; i < NTHREADS; i++)
232 #undef NTHREADS macro
H A Drtree.c56 #define NTHREADS 8 macro
113 thd_t thds[NTHREADS];
126 for (j = 0; j < NTHREADS; j++)
128 for (j = 0; j < NTHREADS; j++)
137 #undef NTHREADS macro
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A DMALLOCX_ARENA.c3 #define NTHREADS 10 macro
50 thd_t thds[NTHREADS];
53 for (i = 0; i < NTHREADS; i++) {
58 for (i = 0; i < NTHREADS; i++)
H A Dthread_arena.c3 #define NTHREADS 10 macro
47 thd_t thds[NTHREADS];
62 for (i = 0; i < NTHREADS; i++) {
67 for (i = 0; i < NTHREADS; i++) {

Completed in 87 milliseconds