Changes between Version 127 and Version 128 of processus_thread
- Timestamp:
- Oct 20, 2020, 12:44:56 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
processus_thread
v127 v128 19 19 * 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. 20 20 21 A process can be in four states:21 A process can be in four termination states: 22 22 * '''RUNNING''' : the process is normally executing. 23 23 * '''STOPPED''' : the process received a SIGSTOP signal. It can return to RUNNING state by a SIGCONT signal.