Searched refs:__process (Results 1 – 1 of 1) sorted by relevance
31 static void * __process(void *cookie) in __process() function102 if (pthread_create(&thread, NULL, __process, &info[i]) != 0) { in process()