Home
last modified time | relevance | path

Searched refs:s_thread (Results 1 – 1 of 1) sorted by relevance

/hardware/akm/AK8975_FS/akmdfs/
Dmain.c48 static pthread_t s_thread; /*!< Thread handle */ variable
84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) { in startClone()
277 pthread_join(s_thread, NULL); in main()