aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/thread.h
Commit message (Expand)AuthorAgeFilesLines
* apple: Introduce a central compatibility header with all __APPLE__ quirksMartin Willi2014-11-211-81/+2
* thread: Test for pending cancellation requests before poll()ing on OS XMartin Willi2014-11-211-0/+20
* thread: Test for pending cancellation requests before select()ing on OS XMartin Willi2014-10-141-0/+28
* thread: Note that tread_cancellation_point temporarily activates cancelabilityMartin Willi2013-11-061-5/+4
* We have to rename thread_create on Mac OS X because it conflicts with a syscall.Tobias Brunner2010-04-291-0/+6
* Adding an object-oriented wrapper for threads.Tobias Brunner2009-12-231-0/+187