Home
last modified time | relevance | path

Searched refs:td_deque_head (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp326 for (i = thread_data->td.td_deque_head, j = 0; j < size;
332 thread_data->td.td_deque_head = 0;
470 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
601 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
3086 int target = thread_data->td.td_deque_head;
3091 thread_data->td.td_deque_head =
3123 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
3162 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
3169 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
3181 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
[all …]
H A Dkmp_debugger.cpp211 offset_and_size_of(kmp_base_thread_data_t, td_deque_head),
H A Dkmp.h2864 kmp_uint32 td_deque_head; // Head of deque (will wrap) member