Changes between Version 127 and Version 128 of processus_thread


Ignore:
Timestamp:
Oct 20, 2020, 12:44:56 PM (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • processus_thread

    v127 v128  
    1919 * The [https://www-soc.lip6.fr/trac/almos-mkh/browser/trunk/kernel/kern/cluster.h#L81 local_root] is the local list of all process descriptors in cluster K. A process descriptor copy of P is present in K, as soon as P has a thread in cluster K.
    2020
    21 A process can be in four states:
     21A process can be in four termination states:
    2222 * '''RUNNING''' : the process is normally executing.
    2323 * '''STOPPED''' : the process received a SIGSTOP signal. It can return to RUNNING state by a SIGCONT signal.