CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/01/22 06:30:41
Modified files: sys/kern : kern_synch.c Log message: Do not call proc_stop in the single_thread_check branch of sleep_signal_check proc_stop still does a lot more than just stopping a thread. In the single_thread_check branch the only thing the code needs to do is to set p_stat to SSTOP.