Lines Matching refs:offset_and_size_t

31 } offset_and_size_t;
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
105 offset_and_size_t
107 offset_and_size_t th_bar;
108 offset_and_size_t th_b_worker_arrived; // the worker increases it by 1 when it
112 offset_and_size_t th_teams_microtask; // entry address for teams construct
113 offset_and_size_t th_teams_level; // initial level of teams construct
114 offset_and_size_t th_teams_nteams; // number of teams in a league
115 offset_and_size_t
120 offset_and_size_t ds_tid; // team thread id
121 offset_and_size_t ds_gtid; // global thread id
122 offset_and_size_t ds_thread; // native thread id
126 offset_and_size_t t_master_tid; // tid of master in parent team
127 offset_and_size_t t_ident; // location of parallel region
128 offset_and_size_t t_parent; // parent team
129 offset_and_size_t t_nproc; // # team threads
130 offset_and_size_t t_threads; // array of threads
131 offset_and_size_t t_serialized; // # levels of serialized teams
132 offset_and_size_t t_id; // unique team id
133 offset_and_size_t t_pkfn;
134 offset_and_size_t t_task_team; // task team structure
135 offset_and_size_t t_implicit_task; // taskdata for the thread's implicit task
136 offset_and_size_t t_cancel_request;
137 offset_and_size_t t_bar;
138 offset_and_size_t
140 offset_and_size_t
145 offset_and_size_t r_root_team; // team at root
146 offset_and_size_t r_hot_team; // hot team for this root
147 offset_and_size_t r_uber_thread; // root thread
148 offset_and_size_t r_root_id; // unique root id (if available)
152 offset_and_size_t
154 offset_and_size_t id_flags;
158 offset_and_size_t lk_initialized;
159 offset_and_size_t lk_location;
160 offset_and_size_t lk_tail_id;
161 offset_and_size_t lk_head_id;
162 offset_and_size_t lk_next_ticket;
163 offset_and_size_t lk_now_serving;
164 offset_and_size_t lk_owner_id;
165 offset_and_size_t lk_depth_locked;
166 offset_and_size_t lk_lock_flags;
171 offset_and_size_t lt_used;
172 offset_and_size_t lt_allocated;
173 offset_and_size_t lt_table;
178 offset_and_size_t tt_threads_data;
179 offset_and_size_t tt_found_tasks;
180 offset_and_size_t tt_nproc;
181 offset_and_size_t tt_unfinished_threads;
182 offset_and_size_t tt_active;
186 offset_and_size_t td_task_id; // task id
187 offset_and_size_t td_flags; // task flags
188 offset_and_size_t td_team; // team for this task
189 offset_and_size_t td_parent; // parent task
190 offset_and_size_t td_level; // task testing level
191 offset_and_size_t td_ident; // task identifier
192 offset_and_size_t td_allocated_child_tasks; // child tasks (+ current task)
194 offset_and_size_t td_incomplete_child_tasks; // child tasks not yet complete
197 offset_and_size_t td_taskwait_ident;
198 offset_and_size_t td_taskwait_counter;
199 offset_and_size_t
203 offset_and_size_t td_taskgroup; // pointer to the current taskgroup
204 offset_and_size_t
206 offset_and_size_t td_cancel; // request for cancellation of this taskgroup
209 offset_and_size_t
211 offset_and_size_t dn_node;
212 offset_and_size_t dn_next;
213 offset_and_size_t dn_successors;
214 offset_and_size_t dn_task;
215 offset_and_size_t dn_npredecessors;
216 offset_and_size_t dn_nrefs;
217 offset_and_size_t dn_routine;
221 offset_and_size_t hd_deque;
222 offset_and_size_t hd_deque_size;
223 offset_and_size_t hd_deque_head;
224 offset_and_size_t hd_deque_tail;
225 offset_and_size_t hd_deque_ntasks;
226 offset_and_size_t hd_deque_last_stolen;