Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzFindMt.c835 static THREAD_FUNC_DECL HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return 0; } in HashThreadFunc2() function
867 RINOK(MtSync_Create(&p->hashSync, HashThreadFunc2, p)); in MatchFinderMt_Create()