Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: riastradh
Date: Thu Mar 10 12:21:35 UTC 2022
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
kern: Use atomic_store_release/atomic_load_consume for pid_table.
This is read without the lock, so ordering is required.
To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/sys/kern/kern_proc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index