Home
last modified time | relevance | path

Searched refs:PINIT_ONCE_FN (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/winapi/
Dinit_once.hpp32 (BOOST_WINAPI_WINAPI_CC *PINIT_ONCE_FN) ( typedef
43 ::PINIT_ONCE_FN InitFn,
80 …reinterpret_cast< ::_RTL_RUN_ONCE* >(lpInitOnce), reinterpret_cast< ::PINIT_ONCE_FN >(InitFn), Par… in InitOnceExecuteOnce()
/third_party/boost/libs/winapi/test/run/
Dinit_once_abi.cpp23 …BOOST_WINAPI_TEST_TYPE_SIZE(PINIT_ONCE_FN); // cannot be compared is_same because has INIT_ONCE in… in main()