Home
last modified time | relevance | path

Searched refs:__kmp_get_schedule (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h738 __kmp_get_schedule(__kmp_entry_gtid(), kind, modifier); in KMP_EXPAND_NAME()
H A Dkmp.h3735 extern void __kmp_get_schedule(int gtid, kmp_sched_t *sched, int *chunk);
H A Dkmp_runtime.cpp2997 void __kmp_get_schedule(int gtid, kmp_sched_t *kind, int *chunk) { in __kmp_get_schedule() function