Update P_TOTAL_STOP commentary.
This commit is contained in:
parent
3077f938b4
commit
7440be2dcb
@ -660,7 +660,7 @@ struct proc {
|
||||
#define P_SINGLE_BOUNDARY 0x400000 /* Threads should suspend at user boundary. */
|
||||
#define P_HWPMC 0x800000 /* Process is using HWPMCs */
|
||||
#define P_JAILED 0x1000000 /* Process is in jail. */
|
||||
#define P_TOTAL_STOP 0x2000000 /* Stopped in proc_stop_total. */
|
||||
#define P_TOTAL_STOP 0x2000000 /* Stopped in stop_all_proc. */
|
||||
#define P_INEXEC 0x4000000 /* Process is in execve(). */
|
||||
#define P_STATCHILD 0x8000000 /* Child process stopped or exited. */
|
||||
#define P_INMEM 0x10000000 /* Loaded into memory. */
|
||||
|
Loading…
Reference in New Issue
Block a user