Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp2642 set__nproc(thread, new_nth); in __kmp_set_num_threads()
7009 set__nproc(__kmp_threads[i], __kmp_dflt_team_nth); in __kmp_do_middle_initialize()
7769 set__nproc(thread, 1); in __kmp_user_set_library()
7773 set__nproc(thread, __kmp_dflt_team_nth ? __kmp_dflt_team_nth in __kmp_user_set_library()
7778 set__nproc(thread, __kmp_dflt_team_nth ? __kmp_dflt_team_nth in __kmp_user_set_library()
Dkmp.h2121 #define set__nproc(xthread, xval) \ macro