mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 07:25:31 +00:00
![Jeff Roberson](/assets/img/avatar_default.png)
- Use thread_lock() rather than sched_lock for per-thread scheduling sychronization. - Use the per-process spinlock rather than the sched_lock for per-process scheduling synchronization. Tested by: kris, current@ Tested on: i386, amd64, ULE, 4BSD, libthr, libkse, PREEMPTION, etc. Discussed with: kris, attilio, kmacy, jhb, julian, bde (small parts each)