Home | History | Annotate | Download | only in lib

Lines Matching defs:event_handle

1293   WSAEVENT event_handle;
1382 event_handle = (WSAEVENT)create_event_func();
1383 if(event_handle == WSA_INVALID_EVENT) {
1390 if(event_select_func(sockfd, event_handle, FD_READ|FD_CLOSE) ==
1392 close_event_func(event_handle);
1401 objs[0] = event_handle;
1408 /* Don't wait for stdin_handle, just wait for event_handle */
1492 if(SOCKET_ERROR == enum_netevents_func(sockfd, event_handle, &events)) {
1550 if(!close_event_func(event_handle)) {