We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe07ef8 commit 0450e31Copy full SHA for 0450e31
tests/pack/threadsafety.c
@@ -20,6 +20,7 @@ void test_pack_threadsafety__cleanup(void)
20
cl_git_pass(git_libgit2_opts(GIT_OPT_SET_MWINDOW_FILE_LIMIT, original_mwindow_file_limit));
21
}
22
23
+#ifdef GIT_THREADS
24
static void *get_status(void *arg)
25
{
26
const char *repo_path = (const char *)arg;
@@ -33,6 +34,7 @@ static void *get_status(void *arg)
33
34
35
return NULL;
36
37
+#endif
38
39
void test_pack_threadsafety__open_repo_in_multiple_threads(void)
40
0 commit comments