Searched refs:kmp_sched_static (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.h34 kmp_sched_static = 1, // mapped to kmp_sch_static_chunked (33) enumerator in enum:kmp_sched
38 kmp_sched_default = kmp_sched_static // default scheduling
H A Dkmp.h316 kmp_sched_static = 1, // mapped to kmp_sch_static_chunked (33) enumerator in enum:kmp_sched
327 kmp_sched_default = kmp_sched_static, // default scheduling
H A Dkmp_runtime.cpp2748 if (kind == kmp_sched_static && chunk < KMP_DEFAULT_CHUNK) {
2788 *kind = kmp_sched_static;
2793 *kind = kmp_sched_static;

Completed in 78 milliseconds