Searched defs:_osl_TThreadImpl (Results 1 – 2 of 2) sorted by relevance
41 typedef struct _osl_TThreadImpl struct44 TID m_ThreadId; /* identifier for this thread */45 sal_Int32 m_Flags;46 HEV m_hEvent;47 sal_uInt32 m_Timeout;48 oslWorkerFunction m_WorkerFunction;49 void* m_pData;50 sal_Bool m_StartSuspended;51 HAB m_hab;52 HMQ m_hmq;
36 typedef struct _osl_TThreadImpl struct38 HANDLE m_hThread; /* OS-handle used for all thread-functions */39 unsigned m_ThreadId; /* identifier for this thread */40 sal_Int32 m_nTerminationRequested;41 oslWorkerFunction m_WorkerFunction;42 void* m_pData;
Completed in 8 milliseconds