Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwinapp_thread.hpp34 DWORD WINAPI winapp_thread_function(LPVOID arg);
46 thread_ = ::CreateThread(0, 0, winapp_thread_function, in winapp_thread()
79 friend DWORD WINAPI winapp_thread_function(LPVOID arg);
110 inline DWORD WINAPI winapp_thread_function(LPVOID arg) in winapp_thread_function() function