Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -42/+40 |
| | |||||
* | Implemented a read-write lock using only mutex_t and condvar_t (in case the ↵ | Tobias Brunner | 2009-12-23 | 1 | -0/+36 |
| | | | | pthread_rwlock_* group of functions is not available). | ||||
* | Threading primitives separated. | Tobias Brunner | 2009-12-23 | 1 | -0/+46 |