Searched defs:CThread (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DThread.h12 class CThread class in namespace:NWindows
14 ::CThread thread;
16 CThread() { Thread_Construct(&thread); } function in class:NWindows::CThread
17 ~CThread() { Close(); }
/external/lzma/C/
H A DThreads.h16 typedef HANDLE CThread; typedef
25 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);

Completed in 95 milliseconds