mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 20:44:35 +03:00
Move kernel/userland thread handling to platform-independent implementation
This commit is contained in:
@ -50,6 +50,8 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
||||
proc->updated = true;
|
||||
|
||||
proc->state = 'R';
|
||||
proc->isKernelThread = false;
|
||||
proc->isUserlandThread = false;
|
||||
proc->show = true; /* Reflected in proc->settings-> "hideXXX" really */
|
||||
proc->pgrp = 0;
|
||||
proc->session = 0;
|
||||
|
Reference in New Issue
Block a user