Added global lock that can be used for lazy initializations.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22502 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
BLocker gInitializationLock("global init lock");
|
||||
|
||||
|
||||
// get_app_path
|
||||
/*! \brief Returns the path to an application's executable.
|
||||
\param team The application's team ID.
|
||||
|
||||
Reference in New Issue
Block a user