OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hEvent
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
winsock_event.h
48
* For interprocess communication, it is possible to wait for a
hEvent
to
194
WSAEVENT
hEvent
;
/src/external/gpl3/gdb/dist/gnulib/import/
select.c
272
static HANDLE
hEvent
;
299
if (!
hEvent
)
300
hEvent
= CreateEvent (NULL, FALSE, FALSE, NULL);
302
handle_array[0] =
hEvent
;
400
WSAEventSelect ((SOCKET) h,
hEvent
, requested);
/src/external/gpl3/gdb.old/dist/gnulib/import/
select.c
272
static HANDLE
hEvent
;
299
if (!
hEvent
)
300
hEvent
= CreateEvent (NULL, FALSE, FALSE, NULL);
302
handle_array[0] =
hEvent
;
400
WSAEventSelect ((SOCKET) h,
hEvent
, requested);
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026