Home
last modified time | relevance | path

Searched refs:ULONG_ (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/winapi/
Dthread_pool.hpp35 boost::winapi::ULONG_ dwMilliseconds,
36 boost::winapi::ULONG_ dwFlags);
74 BOOST_CONSTEXPR_OR_CONST ULONG_ WT_EXECUTEDEFAULT_ = WT_EXECUTEDEFAULT;
75 BOOST_CONSTEXPR_OR_CONST ULONG_ WT_EXECUTEINIOTHREAD_ = WT_EXECUTEINIOTHREAD;
77 BOOST_CONSTEXPR_OR_CONST ULONG_ WT_EXECUTEINUITHREAD_ = 0x00000002;
79 BOOST_CONSTEXPR_OR_CONST ULONG_ WT_EXECUTEINUITHREAD_ = WT_EXECUTEINUITHREAD;
81 BOOST_CONSTEXPR_OR_CONST ULONG_ WT_EXECUTEINWAITTHREAD_ = WT_EXECUTEINWAITTHREAD;
82 BOOST_CONSTEXPR_OR_CONST ULONG_ WT_EXECUTEONLYONCE_ = WT_EXECUTEONLYONCE;
83 BOOST_CONSTEXPR_OR_CONST ULONG_ WT_EXECUTEINTIMERTHREAD_ = WT_EXECUTEINTIMERTHREAD;
84 BOOST_CONSTEXPR_OR_CONST ULONG_ WT_EXECUTELONGFUNCTION_ = WT_EXECUTELONGFUNCTION;
[all …]
Dcondition_variable.hpp49 boost::winapi::ULONG_ Flags);
99 ULONG_ Flags) in SleepConditionVariableSRW()
109 BOOST_CONSTEXPR_OR_CONST ULONG_ CONDITION_VARIABLE_LOCKMODE_SHARED_ = CONDITION_VARIABLE_LOCKMODE_S…
111 BOOST_CONSTEXPR_OR_CONST ULONG_ CONDITION_VARIABLE_LOCKMODE_SHARED_ = 0x00000001;
114 BOOST_CONSTEXPR_OR_CONST ULONG_ condition_variable_lockmode_shared = CONDITION_VARIABLE_LOCKMODE_SH…
Dbcrypt.hpp44 boost::winapi::ULONG_ dwFlags
51 boost::winapi::ULONG_ cbBuffer,
52 boost::winapi::ULONG_ dwFlags
Dbasic_types.hpp133 typedef ::ULONG ULONG_; typedef
196 typedef unsigned long ULONG_;
199 typedef unsigned int ULONG_;
203 typedef ULONG_* PULONG_;
Dpipes.hpp105 boost::winapi::ULONG_ ClientComputerNameLength);
111 boost::winapi::ULONG_ ClientComputerNameLength);
302 …named_pipe_client_computer_name(HANDLE_ Pipe, LPSTR_ ClientComputerName, ULONG_ ClientComputerName… in get_named_pipe_client_computer_name()
308 …amed_pipe_client_computer_name(HANDLE_ Pipe, LPWSTR_ ClientComputerName, ULONG_ ClientComputerName… in get_named_pipe_client_computer_name()
/third_party/boost/boost/process/detail/windows/
Dhandle_workaround.hpp25 ::boost::winapi::ULONG_ OwnerPid;
30 ::boost::winapi::ULONG_ AccessMask;
35 ::boost::winapi::ULONG_ Count;
100 ::boost::winapi::ULONG_ Attributes;
102 ::boost::winapi::ULONG_ HandleCount;
103 ::boost::winapi::ULONG_ PointerCount;
104 ::boost::winapi::ULONG_ PagedPoolUsage;
105 ::boost::winapi::ULONG_ NonPagedPoolUsage;
106 ::boost::winapi::ULONG_ Reserved[3];
107 ::boost::winapi::ULONG_ NameInformationLength;
[all …]
Dhandles.hpp41 info_pointer, static_cast<::boost::winapi::ULONG_>(buffer.size()), in get_handles()
81 ::boost::winapi::ULONG_ actual_size; in is_stream_handle()
/third_party/boost/libs/log/src/windows/
Dmapped_shared_memory.hpp46 boost::winapi::ULONG_ section_attributes;
49 …_class, section_basic_information* pinfo, boost::winapi::ULONG_ info_size, boost::winapi::ULONG_* …
Dipc_sync_wrappers.hpp132 boost::winapi::ULONG_ current_count; // current semaphore count
133 boost::winapi::ULONG_ maximum_count; // max semaphore count
135 …lass, semaphore_basic_information* pinfo, boost::winapi::ULONG_ info_size, boost::winapi::ULONG_* …
/third_party/boost/boost/stacktrace/detail/
Dcollect_msvc.ipp23 static_cast<boost::winapi::ULONG_>(skip),
24 static_cast<boost::winapi::ULONG_>(max_frames_count),
/third_party/boost/libs/uuid/test/
Dmock_random.hpp113 boost::winapi::ULONG_ cbBuffer, in BCryptGenRandom()
114 boost::winapi::ULONG_ dwFlags in BCryptGenRandom()
132 boost::winapi::ULONG_ dwFlags in BCryptCloseAlgorithmProvider()
/third_party/boost/libs/filesystem/src/
Dunique_path.cpp97 switch (static_cast< boost::winapi::ULONG_ >(status)) in translate_ntstatus()
189 …ndom(handle, static_cast<boost::winapi::PUCHAR_>(buf), static_cast<boost::winapi::ULONG_>(len), 0); in system_crypt_random()
/third_party/boost/libs/filesystem/config/
Dhas_bcrypt.cpp30 …i::PUCHAR_>(static_cast<unsigned char*>(buf)), static_cast<boost::winapi::ULONG_>(sizeof(buf)), 0); in main()
/third_party/boost/boost/uuid/detail/
Drandom_provider_bcrypt.ipp83 boost::numeric_cast<boost::winapi::ULONG_>(siz),
/third_party/boost/libs/atomic/src/
Dlock_pool.cpp570 boost::winapi::ULONG_ m_waiter_count;
572 boost::winapi::ULONG_ m_notify_count;
800 boost::winapi::ULONG_ count = sem->m_waiter_count - sem->m_notify_count; in notify_all()
894 …while (sem->m_waiter_count >= static_cast< boost::winapi::ULONG_ >((std::numeric_limits< boost::wi… in wait()
/third_party/boost/libs/log/src/
Donce_block.cpp146 …eSRW_t)(winapi_condition_variable*, winapi_srwlock*, boost::winapi::DWORD_, boost::winapi::ULONG_);
/third_party/boost/boost/dll/detail/
Dpe_info.hpp38 typedef boost::uint32_t ULONG_; typedef