Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c454 static unsigned MY_STD_CALL HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return… in HashThreadFunc2() function
484 RINOK(MtSync_Create(&p->hashSync, HashThreadFunc2, p, kMtHashNumBlocks)); in MatchFinderMt_Create()