Skip to content
Snippets Groups Projects
Commit cd23c873 authored by rswindell's avatar rswindell
Browse files

Added wait for all sopen_child_threads to quit.

parent 293f566c
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ int main() ...@@ -64,6 +64,7 @@ int main()
else else
SLEEP(1); SLEEP(1);
} }
SLEEP(5000); /* wait for all threads to quit */
/* Exclusive sopen test */ /* Exclusive sopen test */
printf("\nsopen() test\n"); printf("\nsopen() test\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment