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

/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c125 static UInt sanity_fast_count = 0; variable
137 sanity_fast_count, sanity_slow_count );
1741 sanity_fast_count++;
1759 && sanity_fast_count == next_slow_check_at)) {
1761 if (0) VG_(printf)("SLOW at %d\n", sanity_fast_count-1);
1763 next_slow_check_at = sanity_fast_count - 1 + slow_check_interval;

Completed in 42 milliseconds