VirtualBox

Ignore:
Timestamp:
Oct 16, 2007 5:56:15 PM (17 years ago)
Author:
vboxsync
Message:

all threads must wakeup on destroy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c

    r5212 r5333  
    9191        /* abort waiting thread, last man cleans up. */
    9292        ASMAtomicXchgU32(&pEventInt->cWaking, pEventInt->cWaking + pEventInt->cWaiters);
    93         cv_signal(&pEventInt->Cnd);
     93        cv_broadcast(&pEventInt->Cnd);
    9494        mutex_exit(&pEventInt->Mtx);
    9595    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette