Searched refs:__aio_new_request_notification (Results 1 – 1 of 1) sorted by relevance
118 pthread_cond_t __aio_new_request_notification = PTHREAD_COND_INITIALIZER; variable469 __pthread_cond_signal (&__aio_new_request_notification); in __aio_enqueue_request()641 __pthread_cond_timedwait (&__aio_new_request_notification, in handle_fildes_io()666 __pthread_cond_signal (&__aio_new_request_notification); in handle_fildes_io()
Completed in 5 milliseconds