HomeSort by: relevance | last modified time | path
    Searched refs:PSRWLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/support/win32/
thread_win32.cpp 77 AcquireSRWLockExclusive((PSRWLOCK)__m);
83 return TryAcquireSRWLockExclusive((PSRWLOCK)__m) != 0;
88 ReleaseSRWLockExclusive((PSRWLOCK)__m);
113 SleepConditionVariableSRW((PCONDITION_VARIABLE)__cv, (PSRWLOCK)__m, INFINITE, 0);
127 if (!SleepConditionVariableSRW((PCONDITION_VARIABLE)__cv, (PSRWLOCK)__m,
  /src/external/mit/libuv/dist/include/uv/
win.h 174 typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc 777 AcquireSRWLockExclusive((PSRWLOCK)opaque_storage_);
785 ReleaseSRWLockExclusive((PSRWLOCK)opaque_storage_);

Completed in 17 milliseconds