Searched defs:VG_N_THREADS (Results 1 - 1 of 1) sorted by path

/external/valgrind/coregrind/
H A Dm_threadstate.c48 UInt VG_N_THREADS; variable
62 VG_N_THREADS * sizeof VG_(threads)[0]);
64 for (tid = 1; tid < VG_N_THREADS; tid++) {
102 vg_assert(tid >= 0 && tid < VG_N_THREADS);
111 if (tid >= VG_N_THREADS) return False;
145 for(tid = 1; tid < VG_N_THREADS; tid++)
159 for(tid = 1; tid < VG_N_THREADS; tid++)
172 for(tid = 1; tid < VG_N_THREADS; tid++)

Completed in 291 milliseconds