aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/spinlock.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a ./configure check to detect pthread spinlock availabilityMartin Willi2012-12-181-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 folderTobias Brunner2012-10-241-1/+1
|
* If _POSIX_SPIN_LOCKS is defined as -1, it is not availableMartin Willi2012-08-101-0/+4
|
* Added wrapper for POSIX spin locksTobias Brunner2012-07-041-0/+132