Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/C/
H A 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()