Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a ./configure check to detect pthread spinlock availability | Martin Willi | 2012-12-18 | 1 | -15/+7 |
| | | | | | _POSIX_SPIN_LOCKS does not seem to be defined correctly on all systems (Debian libc 2.3.6). Fixes #262. | ||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | If _POSIX_SPIN_LOCKS is defined as -1, it is not available | Martin Willi | 2012-08-10 | 1 | -0/+4 |
| | |||||
* | Added wrapper for POSIX spin locks | Tobias Brunner | 2012-07-04 | 1 | -0/+132 |