Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2806 set__nproc(thread, new_nth); in __kmp_set_num_threads()
7477 set__nproc(__kmp_threads[i], __kmp_dflt_team_nth); in __kmp_do_middle_initialize()
8399 set__nproc(thread, 1); in __kmp_user_set_library()
8403 set__nproc(thread, __kmp_dflt_team_nth ? __kmp_dflt_team_nth in __kmp_user_set_library()
8408 set__nproc(thread, __kmp_dflt_team_nth ? __kmp_dflt_team_nth in __kmp_user_set_library()
9325 set__nproc(thread, __kmp_nesting_nth_level[0]); in __kmp_set_nesting_mode_threads()
H A Dkmp.h2395 #define set__nproc(xthread, xval) \ macro