Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance
74 pthread_t thread2; in main() local75 if (pthread_create(&thread2, NULL, chaos_worker, NULL)) in main()
275 ThreadHelper thread2 = new ThreadHelper(() -> { in testVibrateMultiThread() local281 thread2.joinSafely(); in testVibrateMultiThread()