Home
last modified time | relevance | path

Searched refs:LONG_ (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/winapi/
Dsemaphore.hpp28 boost::winapi::LONG_ lInitialCount,
29 boost::winapi::LONG_ lMaximumCount,
36 boost::winapi::LONG_ lInitialCount,
37 boost::winapi::LONG_ lMaximumCount,
48 boost::winapi::LONG_ lInitialCount,
49 boost::winapi::LONG_ lMaximumCount,
56 boost::winapi::LONG_ lInitialCount,
57 boost::winapi::LONG_ lMaximumCount,
66 boost::winapi::LONG_ lReleaseCount,
120 … CreateSemaphoreA(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInitialCount, LONG_ lMaximum… in CreateSemaphoreA()
[all …]
Dbasic_types.hpp130 typedef ::LONG LONG_; typedef
195 typedef long LONG_;
198 typedef int LONG_;
201 typedef LONG_* PLONG_;
202 typedef LONG_* LPLONG_;
246 typedef LONG_ NTSTATUS_;
254 LONG_ HighPart;
258 LONG_ HighPart;
Dwaitable_timer.hpp59 boost::winapi::LONG_ lPeriod,
114 LONG_ lPeriod, in SetWaitableTimer()
Dcritical_section.hpp157 LONG_ LockCount;
158 LONG_ RecursionCount;
Dfile_management.hpp195 boost::winapi::LONG_ lpDistanceToMove,
/third_party/boost/libs/chrono/test/
Dwin32_test.cpp68 sizeof(boost::winapi::LONG_)==sizeof(LONG) in test()
69 ), NOTHING, (boost::winapi::LONG_, LONG)); in test()
71 boost::is_same<boost::winapi::LONG_,LONG>::value in test()
72 ), NOTHING, (boost::winapi::LONG_, LONG)); in test()
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.hpp152 …BOOST_ASSERT(count <= static_cast< uint32_t >((std::numeric_limits< boost::winapi::LONG_ >::max)()… in post()
154 …Y(!boost::winapi::ReleaseSemaphore(m_sem.get(), static_cast< boost::winapi::LONG_ >(count), NULL))) in post()
Dipc_sync_wrappers.cpp142 (std::numeric_limits< boost::winapi::LONG_ >::max)(), // max count in create_or_open()
152 (std::numeric_limits< boost::winapi::LONG_ >::max)(), // max count in create_or_open()
/third_party/boost/boost/dll/detail/
Dpe_info.hpp37 typedef boost::int32_t LONG_; typedef
61 boost::dll::detail::LONG_ e_lfanew; // File address of new exe header
/third_party/boost/libs/atomic/src/
Dlock_pool.cpp575 …winapi::create_anonymous_semaphore(NULL, 0, (std::numeric_limits< boost::winapi::LONG_ >::max)())), in semaphore()
894 …ount >= static_cast< boost::winapi::ULONG_ >((std::numeric_limits< boost::winapi::LONG_ >::max)())) in wait()
/third_party/boost/libs/winapi/doc/
Dwinapi.qbk78 std::numeric_limits< boost::winapi::LONG_ >::max(), // max count
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp305 typedef boost::winapi::LONG_ LSTATUS;