Searched defs:thread_reapcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c92 int thread_reapcnt = 0; /* number of threads on deathrow */ variable
861 t = thread_zone_cleanup(&thread_deathrow, &thread_reapcnt, zoneid);
923 thread_reapcnt = 0;
967 thread_reapcnt++;
968 if (lwp_reapcnt + thread_reapcnt > reaplimit)
998 thread_reapcnt++;
1000 if (lwp_reapcnt + thread_reapcnt > reaplimit)

Completed in 61 milliseconds