Searched refs:thread_read (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/test/ |
| H A D | mpp_eventfd_test.c | 53 void *thread_read(void *arg) in thread_read() function 79 pthread_create(&td, NULL, thread_read, NULL); in main() 92 pthread_create(&td, NULL, thread_read, NULL); in main() 106 pthread_create(&td, NULL, thread_read, NULL); in main() 120 pthread_create(&td, NULL, thread_read, NULL); in main()
|