Revert this, it was only done for testing purposes. Sorry.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32648 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -90,7 +90,7 @@ DirectWindowData::_SyncronizeWithClient()
|
|||||||
#if 0
|
#if 0
|
||||||
status = acquire_sem(fAcknowledgeSem);
|
status = acquire_sem(fAcknowledgeSem);
|
||||||
#else
|
#else
|
||||||
status = acquire_sem_etc(fAcknowledgeSem, 1, B_TIMEOUT, 3000000);
|
status = acquire_sem_etc(fAcknowledgeSem, 1, B_TIMEOUT, 500000);
|
||||||
#endif
|
#endif
|
||||||
} while (status == B_INTERRUPTED);
|
} while (status == B_INTERRUPTED);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user