Home
last modified time | relevance | path

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

/third_party/lzma/C/
DThreads.c62 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) in Thread_Create() function
88 return Thread_Create(p, func, param); in Thread_Create_With_Affinity()
295 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) in Thread_Create() function
DThreads.h129 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
DMtCoder.c49 wres = Thread_Create(&t->thread, ThreadFunc, t); in MtCoderThread_CreateAndStart()
DMtDec.c121 wres = Thread_Create(&t->thread, MtDec_ThreadFunc, t); in MtDecThread_CreateAndStart()
DLzFindMt.c265 wres = Thread_Create(&p->thread, startAddress, obj); in MtSync_Create_WRes()
/third_party/lzma/CPP/Windows/
DThread.h24 { return Thread_Create(&thread, startAddress, param); } in Create()