- Timestamp:
- Sep 27, 2018 12:15:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r74484 r74496 6063 6063 * we will give up waiting for thread termination prematurely. Unfortunately it seems 6064 6064 * we have no way to terminate the thread if it failed to stop gracefully. 6065 * 6065 * 6066 6066 * Note that it is ok if the thread has already wiped out hTrunkReconnectThread by now, 6067 6067 * this means we no longer need to wait for it. … … 6770 6770 * @todo Do we really need to be paranoid enough to go over the list of networks here, 6771 6771 * trying to terminate trunk re-connection threads here? 6772 */ 6772 */ 6773 6773 if (pIntNet->hMtxCreateOpenDestroy != NIL_RTSEMMUTEX) 6774 6774 {
Note:
See TracChangeset
for help on using the changeset viewer.