Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_omp.h31 } offset_and_size_t; typedef
95 offset_and_size_t th_info; // descriptor for thread
96 offset_and_size_t th_team; // team for this thread
97 offset_and_size_t th_root; // root for this thread
98 offset_and_size_t th_serial_team; // serial team under this thread
99 offset_and_size_t th_ident; // location for this thread (if available)
100 offset_and_size_t th_spin_here; // is thread waiting for lock (if available)
101 offset_and_size_t
103 offset_and_size_t th_task_team; // task team struct
104 offset_and_size_t th_current_task; // innermost task being executed
[all …]