VirtualBox

Ignore:
Timestamp:
Feb 27, 2008 2:31:40 AM (17 years ago)
Author:
vboxsync
Message:

r=bird: some missing docs, fixed incorrect cleanup order and made cleanup a little bit faster (user sem, not sleep).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp

    r7162 r7163  
    1919
    2020#include <iprt/assert.h>
     21#include <iprt/asm.h>
    2122#include <iprt/thread.h>
    2223
     
    9596        vboxClipboardChanged (pCtx);
    9697        /* Sleep for 200 msecs before next poll */
    97         RTThreadUserWait (self, 200);
     98        RTThreadUserWait (ThreadSelf, 200);
    9899    }
    99100
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