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.cpp2819 set__nproc(thread, new_nth); in __kmp_set_num_threads()
7499 set__nproc(__kmp_threads[i], __kmp_dflt_team_nth); in __kmp_do_middle_initialize()
8457 set__nproc(thread, 1); in __kmp_user_set_library()
8461 set__nproc(thread, __kmp_dflt_team_nth ? __kmp_dflt_team_nth in __kmp_user_set_library()
8466 set__nproc(thread, __kmp_dflt_team_nth ? __kmp_dflt_team_nth in __kmp_user_set_library()
9384 set__nproc(thread, __kmp_nesting_nth_level[0]); in __kmp_set_nesting_mode_threads()
H A Dkmp.h2447 #define set__nproc(xthread, xval) \ macro