Searched refs:counter_sum (Results 1 – 2 of 2) sorted by relevance
165 unsigned long counter_sum; in thread_2_entry() local182 counter_sum = thread_0_counter; in thread_2_entry()183 counter_sum = counter_sum + (thread_0_counter/4); in thread_2_entry()184 if (thread_1_counter <= counter_sum) in thread_2_entry()