BPathMonitor: use pthread_once for initialization
This commit is contained in:
@@ -33,8 +33,8 @@ private:
|
||||
BPathMonitor();
|
||||
~BPathMonitor();
|
||||
|
||||
static status_t _InitLockerIfNeeded();
|
||||
static status_t _InitLooperIfNeeded();
|
||||
static status_t _InitIfNeeded();
|
||||
static void _Init();
|
||||
};
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
Reference in New Issue
Block a user