Searched refs:threads_per_go (Results 1 – 2 of 2) sorted by relevance
61 threads_per_go = ncores_per_socket >> 1; in computeVarsForN() 64 if (threads_per_go > 4) { in computeVarsForN() 66 threads_per_go = threads_per_go >> 1; in computeVarsForN() 68 if (threads_per_go > 4 && nsockets == 1) in computeVarsForN() 69 threads_per_go = threads_per_go >> 1; in computeVarsForN() 72 if (threads_per_go == 0) in computeVarsForN() 73 threads_per_go = 1; in computeVarsForN() 75 num_gos = n / threads_per_go; in computeVarsForN() [all...]
101 size_t KMP_ALIGN_CACHE threads_per_go; variable