OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitevent
(Results
1 - 3
of
3
) sorted by null
/external/curl/tests/server/
sockfilt.c
696
HANDLE
waitevent
= NULL;
local
713
waitevent
= CreateEvent(NULL, TRUE, FALSE, NULL);
714
if(!
waitevent
) {
757
handle = select_ws_wait(handle,
waitevent
);
782
handle = select_ws_wait(handle,
waitevent
);
805
SetEvent(
waitevent
);
890
CloseHandle(
waitevent
);
[
all
...]
/external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h
293
DECL_TEMPLATE(darwin,
waitevent
); // 232
syswrap-darwin.c
[
all
...]
Completed in 207 milliseconds