Subversion
|
DSO loading routines. More...
Go to the source code of this file.
Functions | |
svn_error_t * | svn_dso_initialize2 (void) |
Initialize the DSO loading routines. More... | |
void | svn_dso_initialize (void) |
The same as svn_dso_initialize2(), except that if there is an error this calls abort() instead of returning the error. More... | |
DSO loading routines.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations
Definition in file svn_dso.h.
void svn_dso_initialize | ( | void | ) |
The same as svn_dso_initialize2(), except that if there is an error this calls abort() instead of returning the error.
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.Returns svn_error_t object with corresponding apr_err returned by underlying calls. In case of no error returns SVN_NO_ERROR
.