Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib, irmd, ipcp: robust mutexes | dimitri staessens | 2016-06-21 | 1 | -127/+0 |
| | | | | | | | | Update to POSIX 200112L to allow use of robust mutexes in the shm_du_map. Removed the implementation of the rw_lock in favor of pthread_rwlock_t. Placeholder for the shm_du_map_sanitize function. | ||||
* | 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. |