Searched refs:__kmp_push_num_threads (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_csupport.cpp | 237 __kmp_push_num_threads(loc, global_tid, num_threads); in __kmpc_push_num_threads() 243 __kmp_push_num_threads(loc, global_tid, num_threads); in __kmpc_push_num_threads_strict()
|
| H A D | kmp_gsupport.cpp | 473 __kmp_push_num_threads(loc, gtid, num_threads); in __kmp_GOMP_fork_call()
|
| H A D | kmp.h | 3835 extern void __kmp_push_num_threads(ident_t *loc, int gtid, int num_threads);
|
| H A D | kmp_runtime.cpp | 7863 void __kmp_push_num_threads(ident_t *id, int gtid, int num_threads) { in __kmp_push_num_threads() function
|