Home
last modified time | relevance | path

Searched refs:ReleaseSRWLockExclusive (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Drw_lock_win.cc24 typedef void (WINAPI* ReleaseSRWLockExclusive)(PSRWLOCK); typedef
33 ReleaseSRWLockExclusive release_srw_lock_exclusive;
81 (ReleaseSRWLockExclusive)GetProcAddress(library, in LoadModule()
/external/boringssl/src/crypto/
Dthread_win.c62 ReleaseSRWLockExclusive((SRWLOCK *) lock); in CRYPTO_MUTEX_unlock_write()
82 ReleaseSRWLockExclusive(&lock->lock); in CRYPTO_STATIC_MUTEX_unlock_write()
122 ReleaseSRWLockExclusive(&g_destructors_lock); in thread_local_destructor()
250 ReleaseSRWLockExclusive(&g_destructors_lock); in CRYPTO_set_thread_local()
/external/libunwind_llvm/src/
DRWMutex.hpp51 ReleaseSRWLockExclusive(&_lock);
/external/libchrome/base/synchronization/
Dlock_impl.h66 ::ReleaseSRWLockExclusive(reinterpret_cast<PSRWLOCK>(&native_handle_)); in Unlock()
/external/jemalloc/include/jemalloc/internal/
Dmutex.h115 ReleaseSRWLockExclusive(&mutex->lock); in malloc_mutex_unlock()
/external/v8/src/base/platform/
Dmutex.cc180 ReleaseSRWLockExclusive(&native_handle_);
/external/python/cpython3/Python/
Dcondvar.h274 ReleaseSRWLockExclusive(cs); in PyMUTEX_UNLOCK()
/external/libcxx/src/support/win32/
Dthread_win32.cpp84 ReleaseSRWLockExclusive((PSRWLOCK)__m); in __libcpp_mutex_unlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DRWMutex.inc62 "ReleaseSRWLockExclusive");
/external/llvm/lib/Support/Windows/
DRWMutex.inc63 "ReleaseSRWLockExclusive");
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DRWMutex.inc64 "ReleaseSRWLockExclusive");
/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h76 # define MALLOC_MUTEX_UNLOCK(m) ReleaseSRWLockExclusive(&(m)->lock)
/external/syzkaller/executor/
Dsyscalls.h13789 {"ReleaseSRWLockExclusive", 0, (syscall_t)ReleaseSRWLockExclusive},
/external/syzkaller/sys/windows/
Dwindows.txt144 ReleaseSRWLockExclusive(SRWLock ptr[inout, intptr])