Searched refs:Thread_Create (Results 1 – 6 of 6) sorted by relevance
| /third_party/lzma/C/ |
| D | Threads.c | 62 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
|
| D | Threads.h | 129 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
|
| D | MtCoder.c | 49 wres = Thread_Create(&t->thread, ThreadFunc, t); in MtCoderThread_CreateAndStart()
|
| D | MtDec.c | 121 wres = Thread_Create(&t->thread, MtDec_ThreadFunc, t); in MtDecThread_CreateAndStart()
|
| D | LzFindMt.c | 265 wres = Thread_Create(&p->thread, startAddress, obj); in MtSync_Create_WRes()
|
| /third_party/lzma/CPP/Windows/ |
| D | Thread.h | 24 { return Thread_Create(&thread, startAddress, param); } in Create()
|