Skip to content
Commit 7bb26d26 authored by Mark Schulte's avatar Mark Schulte Committed by Gregory Nutt
Browse files

pthreads: Adding rwlock implementation

Adding an implementation for read/write locks into the pthread library.
These locks are writer priority, such that if any writers come in they
are given priority for writing.
parent 58d0c1f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment