Searched refs:s_thread (Results 1 – 1 of 1) sorted by relevance
48 static pthread_t s_thread; /*!< Thread handle */ variable84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) { in startClone()277 pthread_join(s_thread, NULL); in main()