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));
3099 int target = thread_data->td.td_deque_head;
3104 thread_data->td.td_deque_head =
3136 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
3175 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
3182 thread_data->td.td_deque_head, thread_data->td.td_deque_tail));
3194 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.h2816 kmp_uint32 td_deque_head; // Head of deque (will wrap) member