Searched refs:dispatch_ctr (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1126 Int dispatch_ctr = 0; local
1186 dispatch_ctr = SCHEDULING_QUANTUM;
1190 vg_assert(dispatch_ctr >= 0);
1191 if (dispatch_ctr == 0) {
1233 that if tst->dispatch_ctr is set to N you get at most N-1
1234 iterations. Also this means that tst->dispatch_ctr must
1239 dispatch_ctr = SCHEDULING_QUANTUM;
1251 tid, dispatch_ctr - 1 );
1255 &dispatch_ctr,
1284 &dispatch_ctr,
[all...]

Completed in 36 milliseconds