Edit

IABSD.fr/src/sys

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2024-11-01 09:30:12
    Hash : ebef3bc1
    Message : In sleep_finish() is the process state is SSTOP force a mi_switch(). A SIGSTOP delivered between sleep_setup() and sleep_finish() will just change the proc state to SSTOP and sleep_finis() needs to respect that and make sure the thread stays stopped until a SIGCONT is issued. OK mpi@