Searched refs:__kmp_set_schedule (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h667 __kmp_set_schedule(__kmp_entry_gtid(), KMP_DEREF kind, KMP_DEREF modifier);
H A Dkmp.h3159 extern void __kmp_set_schedule(int gtid, kmp_sched_t new_sched, int chunk);
H A Dkmp_csupport.cpp1874 __kmp_set_schedule(__kmp_entry_gtid(), (kmp_sched_t)kind, modifier);
H A Dkmp_runtime.cpp2717 void __kmp_set_schedule(int gtid, kmp_sched_t kind, int chunk) { function
2722 KF_TRACE(10, ("__kmp_set_schedule: new schedule for thread %d = (%d, %d)\n",

Completed in 244 milliseconds