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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp234 enum sched_type __kmp_sch_map[kmp_sched_upper - kmp_sched_lower_ext + variable in typeref:enum:sched_type
H A Dkmp_runtime.cpp2977 __kmp_sch_map[kind - kmp_sched_lower - 1];
2980 // __kmp_sch_map[ kind - kmp_sched_lower_ext + kmp_sched_upper_std -
2983 __kmp_sch_map[kind - kmp_sched_lower_ext + kmp_sched_upper_std -
H A Dkmp.h348 // Note: need to adjust __kmp_sch_map global array in case enum is changed
513 extern enum sched_type __kmp_sch_map[]; // map OMP 3.0 schedule types with our

Completed in 197 milliseconds