summaryrefslogtreecommitdiff
path: root/tests/threads/thread_helpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Win32: Fix object::cache::threadmania test on x64Philip Kelley2014-06-071-1/+1
|
* Attribute file cache refactorRussell Belfer2014-04-171-0/+44
This is a big refactoring of the attribute file cache to be a bit simpler which in turn makes it easier to enforce a lock around any updates to the cache so that it can be used in a threaded env. Tons of changes to the attributes and ignores code.