libgit2/tests/threads
Russell Belfer ea642d61f9 Fix race checking for existing index items
In the threading tests, I was still seeing a race condition where
the same item could end up being inserted multiple times into the
index.  Preserving the sorted-ness of the index outside of the
`index_insert` call fixes the issue.
2014-04-17 14:56:41 -07:00
..
basic.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
diff.c Fix race checking for existing index items 2014-04-17 14:56:41 -07:00
iterator.c Attribute file cache refactor 2014-04-17 14:56:41 -07:00
refdb.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
thread_helpers.c Attribute file cache refactor 2014-04-17 14:56:41 -07:00
thread_helpers.h Attribute file cache refactor 2014-04-17 14:56:41 -07:00