Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1935 typedef struct KMP_ALIGN_CACHE dispatch_private_info64 { struct
1936 kmp_int64 count; // current chunk number for static & static-steal scheduling
1937 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 stealing
1944 kmp_uint64 ordered_lower;
1945 kmp_uint64 ordered_upper;
1969 } dispatch_private_info64_t; argument
[all …]