Home
last modified time | relevance | path

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

/PHP-8.2/win32/
H A Dselect.c36 int n_handles = 0, i; in php_select() local
65 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
66 if (handles[n_handles] == INVALID_HANDLE_VALUE) { in php_select()
81 handle_slot_to_fd[n_handles] = i; in php_select()
82 n_handles++; in php_select()
87 if (n_handles == 0) { in php_select()
115 if (n_handles > 0) { in php_select()
119 wret = WaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100); in php_select()
135 for (i = 0; i < n_handles; i++) { in php_select()

Completed in 6 milliseconds