Searched refs:BusyThread (Results 1 – 1 of 1) sorted by relevance
103 void* BusyThread(void *arg) { in BusyThread() function114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()