Ignore:
Timestamp:
Jun 29, 2018, 10:44:14 AM (6 years ago)
Author:
alain
Message:

Fix a bug in function sched_handle_signal():
When the deleted user thread is the last executed thread,
the sched->u_last field must be updated to point on another user thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/process.h

    r446 r450  
    523523
    524524/*********************************************************************************************
    525  * This function attach a process descriptor in owner cluster, identified by the <process>
    526  * argument to a TXT terminal, identified by its <txt_id> channel index argument.
     525 * This function attach a process, identified by the <process> argument to a TXT terminal,
     526 * identified by the <txt_id> channel index argument.
     527 * The process descriptor identified by the <process> argument must be in the owner cluster. 
    527528 * It insert the process descriptor in the xlist rooted in the TXT_RX device.
    528529 * It is called by the process_reference_init() function.
Note: See TracChangeset for help on using the changeset viewer.