Home
last modified time | relevance | path

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

/aoo4110/main/sal/inc/osl/
H A Dthread.hxx43 extern "C" inline void SAL_CALL threadFunc( void* param);
73 m_hThread = osl_createSuspendedThread( threadFunc, (void*)this); in create()
85 m_hThread= osl_createSuspendedThread( threadFunc, in createSuspended()
168 friend void SAL_CALL threadFunc( void* param);
180 extern "C" inline void SAL_CALL threadFunc( void* param) in threadFunc() function

Completed in 17 milliseconds