HomeSort by: relevance | last modified time | path
    Searched defs:exit_select (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 414 HANDLE exit_select; member in struct:ser_console_state
434 wait_events[1] = state->exit_select;
437 /* Either the EXIT_SELECT event was signaled (requesting that the
464 state->exit_select = CreateEvent (NULL, FALSE, FALSE, NULL);
476 SetEvent (state->exit_select);
487 CloseHandle (state->exit_select);
  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 414 HANDLE exit_select; member in struct:ser_console_state
434 wait_events[1] = state->exit_select;
437 /* Either the EXIT_SELECT event was signaled (requesting that the
464 state->exit_select = CreateEvent (NULL, FALSE, FALSE, NULL);
476 SetEvent (state->exit_select);
487 CloseHandle (state->exit_select);

Completed in 25 milliseconds