Home
last modified time | relevance | path

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

/hardware/akm/AK8975_FS/akmdfs/
Dmain.c54 static void* thread_main(void* args) in thread_main() function
84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) { in startClone()