HomeSort by relevance Sort by last modified time
    Searched refs:NTHREADS (Results 1 - 17 of 17) sorted by null

  /external/jemalloc/test/unit/
mtx.c 3 #define NTHREADS 2
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,
prof_accum.c 3 #define NTHREADS 4
64 thd_t thds[NTHREADS];
65 unsigned thd_args[NTHREADS];
77 for (i = 0; i < NTHREADS; i++) {
81 for (i = 0; i < NTHREADS; i++)
prof_thread_name.c 79 #define NTHREADS 4
107 thd_t thds[NTHREADS];
108 unsigned thd_args[NTHREADS];
113 for (i = 0; i < NTHREADS; i++) {
117 for (i = 0; i < NTHREADS; i++)
121 #undef NTHREADS
prof_reset.c 147 #define NTHREADS 4
200 thd_t thds[NTHREADS];
201 unsigned thd_args[NTHREADS];
217 for (i = 0; i < NTHREADS; i++) {
221 for (i = 0; i < NTHREADS; i++)
234 #undef NTHREADS
  /external/valgrind/memcheck/tests/
err_disable4.c 73 #define NTHREADS 498 // VG_N_THREADS - 2
78 pthread_t child[NTHREADS];
86 NTHREADS);
100 for (i = 0; i < NTHREADS; i++) {
106 for (i = 0; i < NTHREADS; i++) {
115 for (i = 0; i < NTHREADS; i++) {
123 NTHREADS);
127 for (i = 0; i < NTHREADS; i++) {
133 for (i = 0; i < NTHREADS; i++) {
142 for (i = 0; i < NTHREADS; i++)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
6-1.c 80 #define NTHREADS 5
114 pthread_t ch[NTHREADS];
140 for (i = 0; i < NTHREADS; i++) {
163 for (; n_awaken < NTHREADS; sched_yield()) {
172 for (i = 0; i < NTHREADS; i++) {
6-2.c 79 #define NTHREADS 5
116 pthread_t ch[NTHREADS];
142 for (i = 0; i < NTHREADS; i++) {
169 for (i = 1; i < NTHREADS; i++) {
178 for (i = 0; i < NTHREADS; i++) {
  /external/jemalloc/test/integration/
MALLOCX_ARENA.c 3 #define NTHREADS 10
50 thd_t thds[NTHREADS];
53 for (i = 0; i < NTHREADS; i++) {
58 for (i = 0; i < NTHREADS; i++)
thread_arena.c 3 #define NTHREADS 10
47 thd_t thds[NTHREADS];
62 for (i = 0; i < NTHREADS; i++) {
67 for (i = 0; i < NTHREADS; i++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
1-3.c 74 #define NTHREADS 30
124 pthread_t th[NTHREADS];
133 for (i = 0; i < NTHREADS; i++) {
142 for (i = 0; i < NTHREADS; i++) {
  /external/libunwind/tests/
Gtest-concurrent.c 40 #define NTHREADS 128
86 pthread_t th[NTHREADS];
93 for (i = 0; i < NTHREADS; ++i)
98 NTHREADS, i);
102 for (i = 0; i < NTHREADS; ++i)
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
stress.c 75 #define NTHREADS 30
169 pthread_t th[NTHREADS];
170 pthread_barrier_t b[NTHREADS];
194 for (i = 0; i < NTHREADS; i++) {
208 for (i = 0; i < NTHREADS; i++) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
stress.c 75 #define NTHREADS 30
148 pthread_t th[NTHREADS];
154 ret = pthread_barrier_init(&bar, NULL, NTHREADS);
186 for (i = 0; i < NTHREADS; i++) {
195 for (i = 0; i < NTHREADS; i++) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
stress.c 76 #define NTHREADS 30
162 pthread_t th[NTHREADS];
267 for (i = 0; i < NTHREADS; i++) {
276 for (i = 0; i < NTHREADS; i++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 79 for (_nch=0; _nch<NTHREADS; _nch++) \
88 for (_nch=0; _nch<NTHREADS; _nch++) \
100 #define NTHREADS (20)
300 pid_t p_child[NTHREADS];
301 pthread_t t_child[NTHREADS];
496 for (ch = 0; ch < NTHREADS; ch++) {
532 while (ch < NTHREADS) {
581 for (ch = (NTHREADS - 1); ch >= 0; ch--) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 63 #define NTHREADS (100)
176 pthread_t th[NTHREADS];
308 for (j = 0; j < NTHREADS; j++) {
326 } while (loc_started < NTHREADS);
343 } while (loc_stopped < NTHREADS);
346 for (j = 0; j < NTHREADS; j++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 80 for (_nch=0; _nch<NTHREADS; _nch++) \
89 for (_nch=0; _nch<NTHREADS; _nch++) \
101 #define NTHREADS (5)
342 pid_t p_child[NTHREADS];
343 pthread_t t_child[NTHREADS];
541 for (ch = 0; ch < NTHREADS; ch++) {
577 while (ch < NTHREADS) {
678 while (ch < NTHREADS) {
735 for (ch = (NTHREADS - 1); ch >= 0; ch--) {

Completed in 360 milliseconds