On Saturday 26 August 2006 04:37, Intron is my alias on the Internet wrote: > This problem has confused me for a long time. > > The lock allproc_lock is more conservative than either p2->p_mtx or > proctree_lock. It is the real protector of process tree. Not quite. allproc_lock protects allproc and zombproc and p_list inside of each process. proctree_lock protects the parent-child relationships as as process group and session pointers and lists. allproc_lock also protects a few global variables related to PID allocation. -- John BaldwinReceived on Tue Aug 29 2006 - 18:49:24 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:59 UTC