Searched refs:Thread_Create (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/Windows/ |
D | Thread.h | 21 { return Thread_Create(&thread, startAddress, parameter); } in Create()
|
/external/lzma/C/ |
D | Threads.h | 35 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
|
D | Threads.c | 34 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) in Thread_Create() function
|
D | MtCoder.c | 57 wres = Thread_Create(&t->thread, ThreadFunc, t); in MtCoderThread_CreateAndStart()
|
D | MtDec.c | 128 wres = Thread_Create(&t->thread, ThreadFunc, t); in MtDecThread_CreateAndStart()
|
D | LzFindMt.c | 121 RINOK_THREAD(Thread_Create(&p->thread, startAddress, obj)); in MtSync_Create2()
|