Searched refs:nworkers (Results 1 – 1 of 1) sorted by relevance
90 static uint32_t nworkers; variable165 nworkers = MIN(max_threads - 1, ncpu);166 nthreads = nworkers + 1;170 T_LOG("nworkers = %d\n", nworkers);587 for (uint32_t i = 0; i < nworkers + 1; i++) { in alrm_handler()