Lines Matching refs:NULL
37 mpp_eventfd_read(data_fd, NULL, 0); in reset_test()
50 return NULL; in thread_read()
68 pthread_create(&td, NULL, thread_read, NULL); in main()
69 mpp_eventfd_read(sync_fd, NULL, -1); in main()
72 pthread_join(td, NULL); in main()
81 pthread_create(&td, NULL, thread_read, NULL); in main()
82 mpp_eventfd_read(sync_fd, NULL, -1); in main()
86 pthread_join(td, NULL); in main()
95 pthread_create(&td, NULL, thread_read, NULL); in main()
96 mpp_eventfd_read(sync_fd, NULL, -1); in main()
100 pthread_join(td, NULL); in main()
109 pthread_create(&td, NULL, thread_read, NULL); in main()
110 mpp_eventfd_read(sync_fd, NULL, -1); in main()
114 pthread_join(td, NULL); in main()