File rdwrlock.h
↰ Parent directory (rcsw/multithread
)
Implementation of fair reader-writer lock.
Definition (rcsw/multithread/rdwrlock.h
)
Detailed Description
Guarantees that no reader or writer will starve.
2017 John Harwell, All rights reserved.
SPDX-License-Identifier: MIT
Includes
rcsw/multithread/csem.h
(File csem.h)rcsw/rcsw.h
(File rcsw.h)