CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/05 05:21:27
Modified files:
sys/kern : kern_sig.c kern_synch.c
sys/sys : proc.h
Log message:
Rename single_thread_check() to proc_suspend_check() since this function
will be used to suspend threads both for single thread and SIGSTOP handling.
OK mpi@
