Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dsrw_lock.hpp38 ReleaseSRWLockExclusive(::_RTL_SRWLOCK* SRWLock);
77 BOOST_FORCEINLINE VOID_ ReleaseSRWLockExclusive(PSRWLOCK_ SRWLock) in ReleaseSRWLockExclusive() function
79 ::ReleaseSRWLockExclusive(reinterpret_cast< ::_RTL_SRWLOCK* >(SRWLock)); in ReleaseSRWLockExclusive()
/third_party/boost/libs/log/src/
Donce_block.cpp58 boost::winapi::ReleaseSRWLockExclusive(&g_OnceBlockMutex);
73 boost::winapi::ReleaseSRWLockExclusive(&g_OnceBlockMutex);
85 boost::winapi::ReleaseSRWLockExclusive(&g_OnceBlockMutex); in commit()
96 boost::winapi::ReleaseSRWLockExclusive(&g_OnceBlockMutex); in rollback()
/third_party/curl/lib/
Deasy_lock.h48 #define curl_simple_lock_unlock(m) ReleaseSRWLockExclusive(m)
/third_party/mesa3d/src/util/
Drwlock.h102 ReleaseSRWLockExclusive(&rwlock->rwlock); in u_rwlock_wrunlock()
/third_party/boost/boost/log/detail/
Dlight_rw_mutex.hpp71 boost::winapi::ReleaseSRWLockExclusive(&m_Mutex); in unlock()
/third_party/ffmpeg/compat/
Dw32pthreads.h123 ReleaseSRWLockExclusive(m); in pthread_mutex_unlock()
/third_party/glib/glib/
Dgthread-win32.c105 ReleaseSRWLockExclusive ((gpointer) mutex); in g_mutex_unlock()
202 ReleaseSRWLockExclusive ((gpointer) lock); in g_rw_lock_writer_unlock()
/third_party/python/Python/
Dcondvar.h258 ReleaseSRWLockExclusive(cs); in PyMUTEX_UNLOCK()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc350 ReleaseSRWLockExclusive(mu_); in ~LockHolder()
/third_party/libuv/src/win/
Dthread.c305 ReleaseSRWLockExclusive(&rwlock->read_write_lock_); in uv_rwlock_wrunlock()
/third_party/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc414 ReleaseSRWLockExclusive(mu_); in ~LockHolder()
/third_party/boost/libs/atomic/src/
Dlock_pool.cpp519 boost::winapi::ReleaseSRWLockExclusive(&m_mutex); in unlock()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp229 void UnlockWrite() { ReleaseSRWLockExclusive(&m_Lock); } in UnlockWrite()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4098 void UnlockWrite() { ReleaseSRWLockExclusive(&m_Lock); } in UnlockWrite()