Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzFindMt.c440 static void HashThreadFunc(CMatchFinderMt *mt) in HashThreadFunc() function
835 static THREAD_FUNC_DECL HashThreadFunc2(void *p) { HashThreadFunc((CMatchFinderMt *)p); return 0; } in HashThreadFunc2()