HomeSort by: relevance | last modified time | path
    Searched refs:nthreads_active (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
aio.h 175 size_t nthreads_active; /* length of active list */ member in struct:aiosp
  /src/sys/kern/
sys_aio.c 648 sp->nthreads_active++;
876 sp->nthreads_active--;
917 sp->nthreads_active--;
2195 sp->nthreads_total, sp->nthreads_active, sp->nthreads_free,
2214 (*pr)("\nactive threads (%zu):\n", sp->nthreads_active);

Completed in 37 milliseconds