Wrap svn_dso_initialize2 call with svn_atomic__init_once, this fixes a crash in the DSO hash code when running the C tests in parallel. * subversion/libsvn_subr/dso.c (atomic_init_func): New. (svn_dso_load): Use svn_atomic__init_once.