Searched defs:ThreadFunc (Results 1 – 3 of 3) sorted by relevance
28 typedef int (*ThreadFunc)(void*); typedef
24 typedef int (*ThreadFunc)(void*); typedef
31 static void *ThreadFunc(void *arg) in ThreadFunc() function