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

  /external/valgrind/drd/
drd_thread.c 151 DRD_N_THREADS * sizeof DRD_(g_threadinfo)[0]);
152 for (UInt i = 0; i < DRD_N_THREADS; ++i) {
171 for (i = 1; i < DRD_N_THREADS; i++)
190 for (i = 1; i < DRD_N_THREADS; i++)
241 for (i = 1; i < DRD_N_THREADS; i++)
256 tl_assert(0 <= (int)tid && tid < DRD_N_THREADS
310 tl_assert(0 <= (int)created && created < DRD_N_THREADS
345 tl_assert(0 <= (int)created && created < DRD_N_THREADS
374 for (j = 0; j < DRD_N_THREADS; ++j) {
445 tl_assert(0 <= (int)tid && tid < DRD_N_THREADS
    [all...]
drd_thread.h 42 #define DRD_N_THREADS VG_N_THREADS
233 return (0 <= (int)tid && tid < DRD_N_THREADS && tid != DRD_INVALID_THREADID
274 && DRD_(g_drd_running_tid) < DRD_N_THREADS
290 && DRD_(g_drd_running_tid) < DRD_N_THREADS
306 && tid < DRD_N_THREADS
343 for (i = 1; i < DRD_N_THREADS; i++)
360 tl_assert(0 <= (int)tid && tid < DRD_N_THREADS

Completed in 88 milliseconds