cvs commit: src/sys/sys proc.h
John Baldwin
jhb at FreeBSD.org
Thu Sep 23 14:07:14 PDT 2004
jhb 2004-09-23 21:07:13 UTC
FreeBSD src repository
Modified files:
sys/sys proc.h
Log:
Update locking notes on several fields to reflect locking already in the
tree:
- td_standin is (k + a) as it is only touched by either curthread or when
a thread is being created.
- td_upcall is (k + j)
- td_sticks is (k) rather than the earlier (j) note.
- td_uuticks and td_usticks are both (k).
- td_intrval is (j)
- Neither kg_nextupcall or kg_upquantum seem to be locked and that seems
to be on purpose, so mark those as (n).
Revision Changes Path
1.403 +8 -9 src/sys/sys/proc.h
More information about the cvs-src
mailing list