Searched hist:208488 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dresourcevar.hdiff 208488 Mon May 24 08:37:35 MDT 2010 kib Fix the double counting of the last process thread td_incruntime
on exit, that is done once in thread_exit() and the second time in
proc_reap(), by clearing td_incruntime.

Use the opportunity to revert to the pre-RUSAGE_THREAD exporting of ruxagg()
instead of ruxagg_locked() and use it from thread_exit().

Diagnosed and tested by: neel
MFC after: 3 days

Completed in 61 milliseconds