DragonFly kernel List (threaded) for 2007-03
DragonFly BSD
DragonFly kernel List (threaded) for 2007-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

proc states


From: Dmitry Lohansky <sq@xxxxxxxxxxx>
Date: Thu, 22 Mar 2007 13:39:20 +0300

Good time of day.

I'm newby in DragonFly.
My question why process doesn't have SSLEEP state?

enum procstat {
        SIDL = 1,
        SACTIVE = 2,
        SSTOP = 3,
        SZOMB = 4,
};





[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]