Searched refs:__kmp_for_static_init (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_sched.cpp | 71 static void __kmp_for_static_init(ident_t *loc, kmp_int32 global_tid, in __kmp_for_static_init() function 808 __kmp_for_static_init<kmp_int32>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_4() 825 __kmp_for_static_init<kmp_uint32>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_4u() 841 __kmp_for_static_init<kmp_int64>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_8() 858 __kmp_for_static_init<kmp_uint64>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_8u()
|