Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DThread.h21 { return Thread_Create(&thread, startAddress, parameter); } in Create()
/external/lzma/C/
DThreads.h35 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
DThreads.c34 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) in Thread_Create() function
DMtCoder.c57 wres = Thread_Create(&t->thread, ThreadFunc, t); in MtCoderThread_CreateAndStart()
DMtDec.c128 wres = Thread_Create(&t->thread, ThreadFunc, t); in MtDecThread_CreateAndStart()
DLzFindMt.c121 RINOK_THREAD(Thread_Create(&p->thread, startAddress, obj)); in MtSync_Create2()