Home
last modified time | relevance | path

Searched defs:WAIT_CHAIN_THREAD_OPTIONS (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs6822 …Chain(wcthandle: *const ::std::ffi::c_void, context: usize, flags: WAIT_CHAIN_THREAD_OPTIONS, thre… in GetThreadWaitChain()
6827 …Chain(wcthandle: *const ::std::ffi::c_void, context: usize, flags: WAIT_CHAIN_THREAD_OPTIONS, thre… in GetThreadWaitChain()
52616 pub struct WAIT_CHAIN_THREAD_OPTIONS(pub u32); struct
52620 impl ::std::convert::From<u32> for WAIT_CHAIN_THREAD_OPTIONS { implementation
52625 unsafe impl ::windows::runtime::Abi for WAIT_CHAIN_THREAD_OPTIONS { implementation
52629 impl ::std::ops::BitOr for WAIT_CHAIN_THREAD_OPTIONS { implementation
52635 impl ::std::ops::BitAnd for WAIT_CHAIN_THREAD_OPTIONS { implementation
52641 impl ::std::ops::BitOrAssign for WAIT_CHAIN_THREAD_OPTIONS { implementation
52646 impl ::std::ops::BitAndAssign for WAIT_CHAIN_THREAD_OPTIONS { implementation
52651 impl ::std::ops::Not for WAIT_CHAIN_THREAD_OPTIONS { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs115 …hain(wcthandle: *const ::core::ffi::c_void, context: usize, flags: WAIT_CHAIN_THREAD_OPTIONS, thre… in GetThreadWaitChain()
10113 pub type WAIT_CHAIN_THREAD_OPTIONS = u32; typedef