Home
last modified time | relevance | path

Searched defs:RTL_SRWLOCK (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/win32-defs/
H A Diocpdefs.h101 typedef PVOID RTL_SRWLOCK; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/win/
H A Dwindows_types.h91 typedef struct _RTL_SRWLOCK RTL_SRWLOCK; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/win/
H A Dwindows_types.h96 typedef struct _RTL_SRWLOCK RTL_SRWLOCK; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dwindows_types.h106 typedef struct _RTL_SRWLOCK RTL_SRWLOCK; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dwindows_types.h103 typedef struct _RTL_SRWLOCK RTL_SRWLOCK; typedef
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/win/
H A Dwindows_types.h110 typedef struct _RTL_SRWLOCK RTL_SRWLOCK; typedef
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/win/
H A Dwindows_types.h110 typedef struct _RTL_SRWLOCK RTL_SRWLOCK; typedef
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/include/
H A Duv-win.h149 typedef PVOID RTL_SRWLOCK; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/win/
H A Dwindows_types.h110 typedef struct _RTL_SRWLOCK RTL_SRWLOCK; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Threading/
H A Dmod.rs4 pub fn AcquireSRWLockExclusive(srwlock: *mut RTL_SRWLOCK); in AcquireSRWLockExclusive()
5 pub fn AcquireSRWLockShared(srwlock: *mut RTL_SRWLOCK); in AcquireSRWLockShared()
329 pub fn InitializeSRWLock(srwlock: *mut RTL_SRWLOCK); in InitializeSRWLock()
414 pub fn ReleaseSRWLockExclusive(srwlock: *mut RTL_SRWLOCK); in ReleaseSRWLockExclusive()
415 pub fn ReleaseSRWLockShared(srwlock: *mut RTL_SRWLOCK); in ReleaseSRWLockShared()
509 …tionVariableSRW(conditionvariable: *mut RTL_CONDITION_VARIABLE, srwlock: *mut RTL_SRWLOCK, dwmilli… in SleepConditionVariableSRW()
1127 pub struct RTL_SRWLOCK { struct
1130 impl ::core::marker::Copy for RTL_SRWLOCK {} argument
1131 impl ::core::clone::Clone for RTL_SRWLOCK { implementation
/dports/archivers/maxcso/maxcso-1.10.0/libuv/include/
H A Duv-win.h164 typedef PVOID RTL_SRWLOCK; typedef
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/include/uv/
H A Dwin.h173 typedef PVOID RTL_SRWLOCK; typedef
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/include/uv/
H A Dwin.h173 typedef PVOID RTL_SRWLOCK; typedef
/dports/www/node10/node-v10.24.1/deps/uv/include/uv/
H A Dwin.h173 typedef PVOID RTL_SRWLOCK; typedef
/dports/devel/libuv/libuv-v1.42.0/include/uv/
H A Dwin.h173 typedef PVOID RTL_SRWLOCK; typedef
/dports/www/R-cran-httpuv/httpuv/src/libuv/include/uv/
H A Dwin.h173 typedef PVOID RTL_SRWLOCK; typedef
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/include/node/uv/
H A Dwin.h173 typedef PVOID RTL_SRWLOCK; typedef
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/uv/
H A Dwin.h173 typedef PVOID RTL_SRWLOCK; typedef
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/
H A Duv.h173 XX(WRITE, write) \
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibuv/include/uv/
H A Dwin.h191 typedef PVOID RTL_SRWLOCK; typedef
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibuv/include/uv/
H A Dwin.h191 typedef PVOID RTL_SRWLOCK; typedef
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibuv/include/uv/
H A Dwin.h191 typedef PVOID RTL_SRWLOCK; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Threading/
H A Dmod.rs33 pub unsafe fn AcquireSRWLockExclusive(srwlock: *mut super::SystemServices::RTL_SRWLOCK) { in AcquireSRWLockExclusive()
38 fn AcquireSRWLockExclusive(srwlock: *mut super::SystemServices::RTL_SRWLOCK); in AcquireSRWLockExclusive()
47 pub unsafe fn AcquireSRWLockShared(srwlock: *mut super::SystemServices::RTL_SRWLOCK) { in AcquireSRWLockShared()
52 fn AcquireSRWLockShared(srwlock: *mut super::SystemServices::RTL_SRWLOCK); in AcquireSRWLockShared()
2535 pub unsafe fn InitializeSRWLock(srwlock: *mut super::SystemServices::RTL_SRWLOCK) { in InitializeSRWLock()
2540 fn InitializeSRWLock(srwlock: *mut super::SystemServices::RTL_SRWLOCK); in InitializeSRWLock()
4179 pub unsafe fn ReleaseSRWLockExclusive(srwlock: *mut super::SystemServices::RTL_SRWLOCK) { in ReleaseSRWLockExclusive()
4184 fn ReleaseSRWLockExclusive(srwlock: *mut super::SystemServices::RTL_SRWLOCK); in ReleaseSRWLockExclusive()
4193 pub unsafe fn ReleaseSRWLockShared(srwlock: *mut super::SystemServices::RTL_SRWLOCK) { in ReleaseSRWLockShared()
4198 fn ReleaseSRWLockShared(srwlock: *mut super::SystemServices::RTL_SRWLOCK); in ReleaseSRWLockShared()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs20695 pub struct RTL_SRWLOCK { struct
20698 impl RTL_SRWLOCK {} implementation
20699 impl ::std::default::Default for RTL_SRWLOCK { implementation
20704 impl ::std::fmt::Debug for RTL_SRWLOCK { implementation
20709 impl ::std::cmp::PartialEq for RTL_SRWLOCK { implementation
20714 impl ::std::cmp::Eq for RTL_SRWLOCK {} implementation
20715 unsafe impl ::windows::runtime::Abi for RTL_SRWLOCK { implementation
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinnt.h8169 typedef struct _RTL_SRWLOCK { PVOID Ptr; } RTL_SRWLOCK,*PRTL_SRWLOCK; typedef

12