Home
last modified time | relevance | path

Searched refs:thread_reapcnt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c94 int thread_reapcnt = 0; /* number of threads on deathrow */ variable
851 t = thread_zone_cleanup(&thread_deathrow, &thread_reapcnt, zoneid); in thread_zone_destroy()
913 thread_reapcnt = 0; in thread_reaper()
957 thread_reapcnt++; in reapq_move_lq_to_tq()
958 if (lwp_reapcnt + thread_reapcnt > reaplimit) in reapq_move_lq_to_tq()
988 thread_reapcnt++; in reapq_add()
990 if (lwp_reapcnt + thread_reapcnt > reaplimit) in reapq_add()