summaryrefslogtreecommitdiffstats
path: root/raul/ThreadVar.hpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22Tidy.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4851 a436a847-0d15-0410-975c-d299462d15a1
2012-08-15Remove unnecessary Jack thread bookkeeping stuff.David Robillard1-6/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4703 a436a847-0d15-0410-975c-d299462d15a1
2012-05-24Delete trailing whitespace.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4456 a436a847-0d15-0410-975c-d299462d15a1
2012-05-14Remove useless Thread::create().David Robillard1-4/+6
Use safer C++isms for value allocation in ThreadVar. Test ThreadVar. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4412 a436a847-0d15-0410-975c-d299462d15a1
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ↵David Robillard1-0/+70
ThreadVar, which can be used for this and many other things. ClientBroadcaster => Broadcaster. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4405 a436a847-0d15-0410-975c-d299462d15a1