Searched refs:thread_read (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_eventfd_test.c | 42 void *thread_read(void *arg) in thread_read() function 68 pthread_create(&td, NULL, thread_read, NULL); in main() 81 pthread_create(&td, NULL, thread_read, NULL); in main() 95 pthread_create(&td, NULL, thread_read, NULL); in main() 109 pthread_create(&td, NULL, thread_read, NULL); in main()
|