Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dselect.c273 HANDLE h, handle_array[FD_SETSIZE + 2]; in rpl_select() local
302 handle_array[0] = hEvent; in rpl_select()
405 handle_array[nhandles++] = h; in rpl_select()
415 handle_array[nhandles] = NULL; in rpl_select()
453 ret = MsgWaitForMultipleObjects (nhandles, handle_array, FALSE, in rpl_select()
484 if (h == handle_array[nhandles]) in rpl_select()
530 if (h != handle_array[nhandles]) in rpl_select()