Home
last modified time | relevance | path

Searched refs:AcquireSRWLockExclusive (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Drw_lock_win.cc23 typedef void (WINAPI* AcquireSRWLockExclusive)(PSRWLOCK); typedef
30 AcquireSRWLockExclusive acquire_srw_lock_exclusive;
78 (AcquireSRWLockExclusive)GetProcAddress(library, in LoadModule()
/external/boringssl/src/crypto/
Dthread_win.c54 AcquireSRWLockExclusive((SRWLOCK *) lock); in CRYPTO_MUTEX_lock_write()
74 AcquireSRWLockExclusive(&lock->lock); in CRYPTO_STATIC_MUTEX_lock_write()
120 AcquireSRWLockExclusive(&g_destructors_lock); in thread_local_destructor()
248 AcquireSRWLockExclusive(&g_destructors_lock); in CRYPTO_set_thread_local()
/external/libunwind_llvm/src/
DRWMutex.hpp47 AcquireSRWLockExclusive(&_lock);
/external/jemalloc/include/jemalloc/internal/
Dmutex.h92 AcquireSRWLockExclusive(&mutex->lock); in malloc_mutex_lock()
/external/v8/src/base/platform/
Dmutex.cc173 AcquireSRWLockExclusive(&native_handle_);
/external/python/cpython3/Python/
Dcondvar.h267 AcquireSRWLockExclusive(cs); in PyMUTEX_LOCK()
/external/libcxx/src/support/win32/
Dthread_win32.cpp73 AcquireSRWLockExclusive((PSRWLOCK)__m); in __libcpp_mutex_lock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DRWMutex.inc56 "AcquireSRWLockExclusive");
/external/llvm/lib/Support/Windows/
DRWMutex.inc57 "AcquireSRWLockExclusive");
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DRWMutex.inc58 "AcquireSRWLockExclusive");
/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h75 # define MALLOC_MUTEX_LOCK(m) AcquireSRWLockExclusive(&(m)->lock)
/external/syzkaller/executor/
Dsyscalls.h11771 {"AcquireSRWLockExclusive", 0, (syscall_t)AcquireSRWLockExclusive},
/external/syzkaller/sys/windows/
Dwindows.txt146 AcquireSRWLockExclusive(SRWLock ptr[inout, intptr])