Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dpoll_windows.c80 } _poll_fd[MAX_FDS]; variable
123 if (_poll_fd[_index].thread_id == GetCurrentThreadId()) { in cancel_io()
166 _poll_fd[i].original_handle = INVALID_HANDLE_VALUE; in init_polling()
167 _poll_fd[i].thread_id = 0; in init_polling()
168 InitializeCriticalSection(&_poll_fd[i].mutex); in init_polling()
185 EnterCriticalSection(&_poll_fd[i].mutex); in _fd_to_index_and_lock()
188 LeaveCriticalSection(&_poll_fd[i].mutex); in _fd_to_index_and_lock()
239 EnterCriticalSection(&_poll_fd[i].mutex); in exit_polling()
243 if (_poll_fd[i].original_handle != INVALID_HANDLE_VALUE) { in exit_polling()
248 LeaveCriticalSection(&_poll_fd[i].mutex); in exit_polling()
[all …]