Home
last modified time | relevance | path

Searched defs:gomp_work_share (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.h287 struct gomp_work_share struct
292 enum gomp_schedule_type sched;
294 int mode;
296 union {
318 union {
345 /* This is a chain of allocated gomp_work_share blocks, valid only argument
347 struct gomp_work_share *next_alloc; argument
357 char pad[64 - offsetof (struct gomp_work_share_1st_cacheline, pad)]; argument
380 /* Link to gomp_work_share struct for next work sharing construct argument
399 == offsetof (struct gomp_work_share, next_alloc) ? 1 : -1]; argument
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.h260 struct gomp_work_share struct
265 enum gomp_schedule_type sched;
267 int mode;
269 union {
291 union {
318 /* This is a chain of allocated gomp_work_share blocks, valid only argument
320 struct gomp_work_share *next_alloc; argument
348 /* Link to gomp_work_share struct for next work sharing construct argument
377 struct gomp_work_share *work_share; argument