Searched defs:dispatchCtrP (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c807 *dispatchCtrP events. If (as is the normal case) use_alt_host_addr
820 /*MOD*/Int* dispatchCtrP,
834 vg_assert(*dispatchCtrP > 0);
884 tst->arch.vex.host_EvC_COUNTER = *dispatchCtrP;
942 done_this_time = *dispatchCtrP - ((Int)tst->arch.vex.host_EvC_COUNTER + 1);
947 *dispatchCtrP -= done_this_time;
948 vg_assert(*dispatchCtrP >= 0);
1078 /*MOD*/Int* dispatchCtrP,
1111 vg_assert(*dispatchCtrP > 0); /* so as to guarantee progress */
1112 run_thread_for_a_while( two_words, dispatchCtrP, ti
819 run_thread_for_a_while( HWord* two_words, Int* dispatchCtrP, ThreadId tid, HWord alt_host_addr, Bool use_alt_host_addr ) argument
1077 handle_noredir_jump( HWord* two_words, Int* dispatchCtrP, ThreadId tid ) argument
[all...]

Completed in 38 milliseconds