]> git.ipfire.org Git - thirdparty/tor.git/commit
Split threading-related code out of compat.c
authorNick Mathewson <nickm@torproject.org>
Mon, 23 Sep 2013 01:30:46 +0000 (21:30 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 14 Jan 2015 15:41:53 +0000 (10:41 -0500)
commitc2f0d52b7fb937f3f66ef8b2b74b0fdf239b0e9b
treec0deccd74112c5d135d018099f616842431e81ee
parent518b0b3c5fefba2458181c7f733bc684e5466cf9
Split threading-related code out of compat.c

Also, re-enable the #if'd out condition-variable code.

Work queues are going to make us hack on all of this stuff a bit more
closely, so it might not be a terrible idea to make it easier to hack.
configure.ac
src/common/compat.c
src/common/compat.h
src/common/compat_pthreads.c [new file with mode: 0644]
src/common/compat_threads.c [new file with mode: 0644]
src/common/compat_threads.h [new file with mode: 0644]
src/common/compat_winthreads.c [new file with mode: 0644]
src/common/include.am