Home
last modified time | relevance | path

Searched refs:set__nproc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp2717 set__nproc(thread, new_nth); in __kmp_set_num_threads()
7338 set__nproc(__kmp_threads[i], __kmp_dflt_team_nth); in __kmp_do_middle_initialize()
8252 set__nproc(thread, 1); in __kmp_user_set_library()
8256 set__nproc(thread, __kmp_dflt_team_nth ? __kmp_dflt_team_nth in __kmp_user_set_library()
8261 set__nproc(thread, __kmp_dflt_team_nth ? __kmp_dflt_team_nth in __kmp_user_set_library()
9174 set__nproc(thread, __kmp_nesting_nth_level[0]); in __kmp_set_nesting_mode_threads()
H A Dkmp.h2232 #define set__nproc(xthread, xval) \ macro