Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implemented a read-write lock using only mutex_t and condvar_t (in case the ↵ | Tobias Brunner | 2009-12-23 | 2 | -0/+186 | |
| | | | | pthread_rwlock_* group of functions is not available). | |||||
* | Threading primitives separated. | Tobias Brunner | 2009-12-23 | 7 | -393/+525 | |
| | ||||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 1 | -0/+551 | |
primitives (and utils/mutex.h is now threading.h). |