CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/01/11 06:55:54

Modified files:
        sys/kern       : kern_synch.c 
        sys/sys        : proc.h 

Log message:
Simplify sleep signal handling a bit by introducing sleep_signal_check().
The common code is moved to sleep_signal_check() and instead of multiple
state variables for sls_sig and sls_unwind only one sls_sigerr is set.
This simplifies the checks in sleep_finish_signal() a great bit.
Idea from and OK mpi@

Reply via email to