#include <apr_dso.h>
#include "svn_types.h"
Go to the source code of this file.
Functions | |
svn_error_t * | svn_dso_initialize2 (void) |
Initialize the DSO loading routines. | |
void | svn_dso_initialize (void) |
Initialize the DSO loading routines. |
Definition in file svn_dso.h.
void svn_dso_initialize | ( | void | ) |
Initialize the DSO loading routines.
svn_dso_load
being used for the first time there will be a best effort attempt made to initialize the subsystem, but it will not be entirely thread safe and it risks running into the previously mentioned problems with DSO unloading and pool cleanup callbacks.
svn_error_t* svn_dso_initialize2 | ( | void | ) |
Initialize the DSO loading routines.
svn_dso_load
being used for the first time there will be a best effort attempt made to initialize the subsystem, but it will not be entirely thread safe and it risks running into the previously mentioned problems with DSO unloading and pool cleanup callbacks.SVN_NO_ERROR
.