Lines Matching refs:VG_N_THREADS
131 static Thread** map_threads = NULL; /* Array[VG_N_THREADS] of Thread* */
436 for (i = 0; i < VG_N_THREADS; i++) {
441 for (i = 0; i < VG_N_THREADS; i++) {
561 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) );
639 tl_assert(VG_INVALID_THREADID >= 0 && VG_INVALID_THREADID < VG_N_THREADS);
1621 for (i = 1; i < VG_N_THREADS; i++) {