Changes between Version 78 and Version 79 of processus_thread
- Timestamp:
- Feb 24, 2018, 3:38:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
processus_thread
v78 v79 153 153 The destruction of a process P can be caused by a sys_exit() system call executed by the main thread of process P, or by another process executing the sys_kill(SIGKILL) system call. It can also be caused by a CtrlC signal typed on the process terminal. In all cases, the work must be done for all process copies in all clusters, using the list of copies rooted in the owner cluster. 154 154 155 === 6.1 parent / children synchronization155 === 6.1) parent / children synchronization 156 156 157 157 The process descriptors copies (other than the process descriptor in owner cluster) are simply deleted by the scheduler when the last thread of a given process in a given cluster is deleted. The process descriptor copy is removed from the list of copies in the owner process cluster descriptor, and the process copy disappears.