Searched refs:StopHandler (Results 1 – 3 of 3) sorted by relevance
100 static void *StopHandler(void *arg) in StopHandler() function133 if (pthread_create(&g_threads, NULL, StopHandler, NULL) != 0) { in StartStopHandler()
101 static void *StopHandler(void *arg) in StopHandler() function134 if (pthread_create(&g_threads, NULL, StopHandler, NULL) != 0) { in StartStopHandler()
147 static void *StopHandler(void) in StopHandler() function270 if (pthread_create(&threads, NULL, StopHandler, NULL) != 0) { in main()