Searched refs:runstreams (Results 1 – 1 of 1) sorted by relevance
775 static void *runstreams(void *arg);818 if (pthread_create(&t->tid, NULL, runstreams, t) != 0) in initstreams()1132 runstreams(void *arg) in runstreams() function