HomeSort by relevance Sort by last modified time
    Searched full:compat_spinlock (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 83 static volatile LONG compat_spinlock = 0; variable
157 while (InterlockedExchange((LONG *)&compat_spinlock, 1) == 1) {
170 InterlockedExchange((LONG *)&compat_spinlock, 0);
225 while (InterlockedExchange((LONG *)&compat_spinlock, 1) == 1) {
250 InterlockedExchange((LONG *)&compat_spinlock, 0);

Completed in 1729 milliseconds