Searched refs:RunnerThread (Results 1 – 1 of 1) sorted by relevance
29 void *RunnerThread(void *function) { in RunnerThread() function38 pthread_create(&runner, NULL, RunnerThread, (void*)function); in RunThread()