Changes between Version 97 and Version 98 of processus_thread
- Timestamp:
- May 14, 2018, 11:33:16 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
processus_thread
v97 v98 164 164 * the PROCESS_FLAG_EXIT indicates that an EXIT request has been made by the child; 165 165 * the PROCESS_FLAG_BLOCK indicates that a SIGSTOP signal has been received by the child; 166 * the PROCESS_FLAG_WAIT flag indicates that a WAIT request from parent has been received by the child and reported to parent.166 * the PROCESS_FLAG_WAIT flag indicates that a WAIT request from parent has been received by the child. 167 167 * moreover, for an exit(), the exit() argument value is registered in this ''term_state'' field. 168 168