summaryrefslogtreecommitdiff
path: root/src/common/compat_pthreads.c
AgeCommit message (Expand)Author
2016-09-24Merge branch 'osx_sierra_028'Nick Mathewson
2016-09-24Fix pthread_cond_timedwait() on OSX SierraNick Mathewson
2016-09-24Fix compilation on OSX Sierra (10.12)Nick Mathewson
2016-06-19Merge remote-tracking branch 'public/thread_coverage'Nick Mathewson
2016-06-17Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONScypherpunks
2016-06-08Mark the unreachable lines in compat_{,p}threads and workqueueNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Add a brief file-level description for everything in src/commonNick Mathewson
2015-12-16Don't call pthread_condattr_setclock() unless it existsNick Mathewson
2015-08-18Use thread-local storage to block event_queue recursion.Nick Mathewson
2015-07-21Fix some potential memory leaks in the thread pool code.cypherpunks
2015-06-03Fix an incorrect comment on spawn_functeor
2015-03-13const-ify the new failure vars, and one old oneNick Mathewson
2015-03-12don't init threads as side effect of assertionSebastian Hahn
2015-03-12Use PTHREAD_CREATE_DETACHED macro instead of 1: fix Solaris crashNick Mathewson
2015-01-22Move a redundant _GNU_SOURCE to where it is not redundantNick Mathewson
2015-01-21Support monotonic time for pthread_cond_timedwaitDavid Goulet
2015-01-21Fix up some workqueue/threading issues spotted by dgoulet.Nick Mathewson
2015-01-21handle EINTR in compat_*threads.cNick Mathewson
2015-01-15Update workqueue implementation to use a single queue for the workNick Mathewson
2015-01-14Fix check-spacesNick Mathewson
2015-01-14"Recursive" locks, not "reentrant" locks. Duh.Nick Mathewson
2015-01-14Use correct (absolute) time for pthread_cond_timedwaitNick Mathewson
2015-01-14Rename mutex_for_cond -> mutex_nonreentrantNick Mathewson
2015-01-14Documentation for new workqueue and condition and locking stuffNick Mathewson
2015-01-14Specialize handling for mutexes allocated for condition variablesNick Mathewson
2015-01-14Add tor_cond_init/uninitNick Mathewson
2015-01-14Add a timeout to tor_cond_wait; add tor_cond impl from libeventNick Mathewson
2015-01-14Split threading-related code out of compat.cNick Mathewson