Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved implementation of condvar_t to mutex.c because it requires access to ↵ | Tobias Brunner | 2009-12-23 | 1 | -177/+0 |
| | | | | private_mutex_t. | ||||
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+18 |
| | |||||
* | Threading primitives separated. | Tobias Brunner | 2009-12-23 | 1 | -0/+160 |