summaryrefslogtreecommitdiff
path: root/psutil/_psbsd.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2023-04-14 21:38:07 +0000
committerGiampaolo Rodola <g.rodola@gmail.com>2023-04-14 21:38:07 +0000
commit19461905377ce3060b60df1949c082086492dab9 (patch)
tree4da20c0133cbc1902e59bc22926c66742f4c3160 /psutil/_psbsd.py
parenta0b096c88421548593ecebe93bbe369385087f3b (diff)
downloadpsutil-19461905377ce3060b60df1949c082086492dab9.tar.gz
Fix #2236 / NetNBSD: skip terminated process threads
Process threads() and num_threads() methods now skip threads which are in ZOMBIE or IDLE state. It turns out that after a thread is terminated / join()ed, instead of disappearing it can stick around in a ZOMBIE or IDLE state, presumably for a while before being garbage collected. Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'psutil/_psbsd.py')
0 files changed, 0 insertions, 0 deletions