OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stop_select
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c
403
or because
STOP_SELECT
was signaled. */
411
HANDLE
stop_select
;
member in struct:ser_console_state
463
state->
stop_select
= CreateEvent (NULL, FALSE, FALSE, NULL);
486
CloseHandle (state->
stop_select
);
516
SetEvent (state->
stop_select
);
544
wait_events[0] = state->
stop_select
;
551
|| WaitForSingleObject (state->
stop_select
, 0) == WAIT_OBJECT_0)
664
if (WaitForSingleObject (state->
stop_select
, 10) == WAIT_OBJECT_0)
735
ResetEvent (state->
stop_select
);
817
ps->wait.
stop_select
= INVALID_HANDLE_VALUE
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
ser-mingw.c
403
or because
STOP_SELECT
was signaled. */
411
HANDLE
stop_select
;
member in struct:ser_console_state
463
state->
stop_select
= CreateEvent (NULL, FALSE, FALSE, NULL);
486
CloseHandle (state->
stop_select
);
516
SetEvent (state->
stop_select
);
544
wait_events[0] = state->
stop_select
;
551
|| WaitForSingleObject (state->
stop_select
, 0) == WAIT_OBJECT_0)
664
if (WaitForSingleObject (state->
stop_select
, 10) == WAIT_OBJECT_0)
735
ResetEvent (state->
stop_select
);
817
ps->wait.
stop_select
= INVALID_HANDLE_VALUE
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Jul 13 00:28:05 UTC 2026