Searched refs:nworkers (Results 1 – 1 of 1) sorted by relevance
93 static uint32_t nworkers; variable174 nworkers = MIN(max_threads - 1, ncpu);175 nthreads = nworkers + 1;179 T_LOG("nworkers = %d\n", nworkers);654 for (uint32_t i = 0; i < nworkers + 1; i++) { in alrm_handler()