jeff 2003/10/12 14:02:55 PDT
FreeBSD src repository
Modified files:
sys/sys mutex.h
Log:
- Implement a mtx_ownedby() macro which can be used to determine if a
particular thread owns a mutex. This cannot be done without races
unless the thread is curthread.
Revision Changes Path
1.66 +6 -1 src/sys/sys/mutex.h