Home
last modified time | relevance | path

Searched defs:_osl_TThreadImpl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dthread.c41 typedef struct _osl_TThreadImpl struct
44 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;
/trunk/main/sal/osl/w32/
H A Dthread.c36 typedef struct _osl_TThreadImpl struct
38 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