Changeset 105444 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 23, 2024 11:55:24 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/AutoCaller.cpp
r98103 r105444 401 401 Assert(mState == InUninit); 402 402 403 if (mInitUninitWaiters > 0) 404 { 405 /* We have some concurrent uninit() calls on other threads (created 406 * during InUninit), signal that InUninit is finished and they may go on. */ 407 RTSemEventMultiSignal(mInitUninitSem); 408 } 409 403 410 setState(NotReady); 404 411 }
Note:
See TracChangeset
for help on using the changeset viewer.