Changeset 91630 in vbox
- Timestamp:
- Oct 7, 2021 9:28:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp
r91629 r91630 326 326 * @returns VBox status code. 327 327 * @param pSource Event source to unregister event for. 328 * @param uID Event ID to unregister. 329 * 328 * @param uID Event ID to unregister. 329 * 330 330 * @todo r=bird: The caller must enter crit sect protecting the event source 331 331 * here, must it? See explanation in ShClEventWait. … … 374 374 * and shclEventPayloadDetachInternal w/o holding the critical section 375 375 * protecting that list, otherwise wtf is the point of the locking. 376 * 376 * 377 377 * More to the point, ShClEventSignal is called on the HGCM service 378 378 * thread and would be racing the host clipboard worker thread/whomever
Note:
See TracChangeset
for help on using the changeset viewer.