Searched refs:LONG_ (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/winapi/ |
D | semaphore.hpp | 28 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 …]
|
D | basic_types.hpp | 130 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;
|
D | waitable_timer.hpp | 59 boost::winapi::LONG_ lPeriod, 114 LONG_ lPeriod, in SetWaitableTimer()
|
D | critical_section.hpp | 157 LONG_ LockCount; 158 LONG_ RecursionCount;
|
D | file_management.hpp | 195 boost::winapi::LONG_ lpDistanceToMove,
|
/third_party/boost/libs/chrono/test/ |
D | win32_test.cpp | 68 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/ |
D | ipc_sync_wrappers.hpp | 152 …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()
|
D | ipc_sync_wrappers.cpp | 142 (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/ |
D | pe_info.hpp | 37 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/ |
D | lock_pool.cpp | 575 …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/ |
D | winapi.qbk | 78 std::numeric_limits< boost::winapi::LONG_ >::max(), // max count
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 305 typedef boost::winapi::LONG_ LSTATUS;
|