Searched refs:threadFunc (Results 1 – 1 of 1) sorted by relevance
43 extern "C" inline void SAL_CALL threadFunc( void* param);73 m_hThread = osl_createSuspendedThread( threadFunc, (void*)this); in create()86 m_hThread= osl_createSuspendedThread( threadFunc, (void*)this); in createSuspended()169 friend void SAL_CALL threadFunc( void* param);181 extern "C" inline void SAL_CALL threadFunc( void* param) in threadFunc() function
Completed in 7 milliseconds