Lines Matching refs:VG_N_THREADS
135 static Thread** map_threads = NULL; /* Array[VG_N_THREADS] of Thread* */
440 for (i = 0; i < VG_N_THREADS; i++) {
445 for (i = 0; i < VG_N_THREADS; i++) {
597 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) );
675 tl_assert(VG_INVALID_THREADID >= 0 && VG_INVALID_THREADID < VG_N_THREADS);
1657 for (i = 1; i < VG_N_THREADS; i++) {