* Reinitialize global locks after a fork (at least those in the Application
Kit). * This should fix #5668. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42982 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -41,6 +41,8 @@ public:
|
||||
BLooper* LooperForName(const char* name);
|
||||
BLooper* LooperForPort(port_id port);
|
||||
|
||||
void InitAfterFork();
|
||||
|
||||
private:
|
||||
struct LooperData {
|
||||
LooperData();
|
||||
|
||||
@@ -51,6 +51,8 @@ public:
|
||||
status_t AcquireHandlerTarget(int32 token,
|
||||
BDirectMessageTarget** _target);
|
||||
|
||||
void InitAfterFork();
|
||||
|
||||
private:
|
||||
struct token_info {
|
||||
int16 type;
|
||||
|
||||
Reference in New Issue
Block a user