Home
last modified time | relevance | path

Searched refs:_LARGE_INTEGER (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/winapi/
Dtimers.hpp22 QueryPerformanceCounter(::_LARGE_INTEGER* lpPerformanceCount);
25 QueryPerformanceFrequency(::_LARGE_INTEGER* lpFrequency);
35 return ::QueryPerformanceCounter(reinterpret_cast< ::_LARGE_INTEGER* >(lpPerformanceCount)); in QueryPerformanceCounter()
40 return ::QueryPerformanceFrequency(reinterpret_cast< ::_LARGE_INTEGER* >(lpFrequency)); in QueryPerformanceFrequency()
Dwaitable_timer.hpp58 const ::_LARGE_INTEGER* lpDueTime,
119 …return ::SetWaitableTimer(hTimer, reinterpret_cast< const ::_LARGE_INTEGER* >(lpDueTime), lPeriod,… in SetWaitableTimer()
Dbasic_types.hpp82 union _LARGE_INTEGER;
251 typedef union BOOST_MAY_ALIAS _LARGE_INTEGER { union
Dfile_management.hpp190 GetFileSizeEx(boost::winapi::HANDLE_ hFile, ::_LARGE_INTEGER* lpFileSize);
586 return ::GetFileSizeEx(hFile, reinterpret_cast< ::_LARGE_INTEGER* >(lpFileSize)); in GetFileSizeEx()
/third_party/python/Lib/ctypes/
Dwintypes.py32 _LARGE_INTEGER = LARGE_INTEGER = ctypes.c_longlong variable