Searched defs:dispatch_private_info64 (Results 1 – 1 of 1) sorted by relevance
1935 typedef struct KMP_ALIGN_CACHE dispatch_private_info64 { struct1936 kmp_int64 count; // current chunk number for static & static-steal scheduling1937 kmp_int64 ub; /* upper-bound */1939 kmp_int64 lb; /* lower-bound */1940 kmp_int64 st; /* stride */1941 kmp_int64 tc; /* trip count (number of iterations) */1942 kmp_lock_t *steal_lock; // lock used for chunk stealing1944 kmp_uint64 ordered_lower;1945 kmp_uint64 ordered_upper;1969 } dispatch_private_info64_t; argument[all …]