Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: fixed a bug in the rw_lock | dimitri staessens | 2016-05-14 | 1 | -3/+5 |
| | | | | Locking the main mutex should happen while the counter is locked. | ||||
* | lib: implementation of read/write locks | dimitri staessens | 2016-05-13 | 1 | -0/+125 |
This adds read/write locks, allowing for concurrent reads on the locked datastructure. This is needed for the fast path. |