reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
372 if (TCR_4(thread_data->td.td_deque_ntasks) >= 392 if (TCR_4(thread_data->td.td_deque_ntasks) >= 417 TCW_4(thread_data->td.td_deque_ntasks, 418 TCR_4(thread_data->td.td_deque_ntasks) + 1); // Adjust task count 2590 if (TCR_4(thread_data->td.td_deque_ntasks) == 0) { 2601 if (TCR_4(thread_data->td.td_deque_ntasks) == 0) { 2628 TCW_4(thread_data->td.td_deque_ntasks, thread_data->td.td_deque_ntasks - 1); 2628 TCW_4(thread_data->td.td_deque_ntasks, thread_data->td.td_deque_ntasks - 1); 2670 if (TCR_4(victim_td->td.td_deque_ntasks) == 0) { 2681 int ntasks = TCR_4(victim_td->td.td_deque_ntasks); 2758 TCW_4(victim_td->td.td_deque_ntasks, ntasks - 1); 2928 if (!use_own_tasks && TCR_4(threads_data[tid].td.td_deque_ntasks) != 0) { 3155 TCW_4(thread_data->td.td_deque_ntasks, 0); 3641 if (TCR_4(thread_data->td.td_deque_ntasks) >= 3660 if (TCR_4(thread_data->td.td_deque_ntasks) >= 3681 TCW_4(thread_data->td.td_deque_ntasks, 3682 TCR_4(thread_data->td.td_deque_ntasks) + 1);