reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
300 kmp_int32 size = TASK_DEQUE_SIZE(thread_data->td); 312 i = (i + 1) & TASK_DEQUE_MASK(thread_data->td), j++) 320 thread_data->td.td_deque_size = new_size; 373 TASK_DEQUE_SIZE(thread_data->td)) { 393 TASK_DEQUE_SIZE(thread_data->td)) { 416 (thread_data->td.td_deque_tail + 1) & TASK_DEQUE_MASK(thread_data->td); 2612 TASK_DEQUE_MASK(thread_data->td); // Wrap index. 2698 (victim_td->td.td_deque_head + 1) & TASK_DEQUE_MASK(victim_td->td); 2714 target = (target + 1) & TASK_DEQUE_MASK(victim_td->td); 2734 target = (target + 1) & TASK_DEQUE_MASK(victim_td->td); 3146 thread_data->td.td_deque_size = INITIAL_TASK_DEQUE_SIZE; 3642 TASK_DEQUE_SIZE(thread_data->td)) { 3650 if (TASK_DEQUE_SIZE(thread_data->td) / INITIAL_TASK_DEQUE_SIZE >= pass) 3661 TASK_DEQUE_SIZE(thread_data->td)) { 3668 if (TASK_DEQUE_SIZE(thread_data->td) / INITIAL_TASK_DEQUE_SIZE >= pass) 3680 (thread_data->td.td_deque_tail + 1) & TASK_DEQUE_MASK(thread_data->td);