summaryrefslogtreecommitdiff
path: root/src/lib/thread/.may_include
AgeCommit message (Collapse)Author
2018-11-09Merge branch 'subsystems'Nick Mathewson
2018-11-05Add a subsystem for our threading supportNick Mathewson
2018-10-10Add timeval.h include to compat_pthreads.c for timeradd()Nick Mathewson
OpenSolaris apparently doesn't have timeradd(), so we added a replacement, but we weren't including it here after the big refactoring in 0.3.5.1-alpha. Fixes bug 27963; bugfix on 0.3.5.1-alpha.
2018-06-28Extract threading code into a new library.Nick Mathewson
Note that the workqueue code does *not* go here: it is logically at a higher level, since it needs to use libevent and the networking stack.