Searched refs:_RTL_RUN_ONCE (Results 1 – 1 of 1) sorted by relevance
26 struct _RTL_RUN_ONCE;28 union _RTL_RUN_ONCE;33 ::_RTL_RUN_ONCE* InitOnce,38 InitOnceInitialize(::_RTL_RUN_ONCE* InitOnce);42 ::_RTL_RUN_ONCE* InitOnce,49 ::_RTL_RUN_ONCE* lpInitOnce,56 ::_RTL_RUN_ONCE* lpInitOnce,65 typedef union BOOST_MAY_ALIAS _RTL_RUN_ONCE { union75 ::InitOnceInitialize(reinterpret_cast< ::_RTL_RUN_ONCE* >(lpInitOnce)); in InitOnceInitialize()80 …return ::InitOnceExecuteOnce(reinterpret_cast< ::_RTL_RUN_ONCE* >(lpInitOnce), reinterpret_cast< :… in InitOnceExecuteOnce()[all …]