OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer2_handle
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-tcp-close-while-connecting.c
26
static uv_timer_t
timer2_handle
;
variable
46
uv_timer_stop(&
timer2_handle
);
83
ASSERT_OK(uv_timer_init(loop, &
timer2_handle
));
84
ASSERT_OK(uv_timer_start(&
timer2_handle
, timer2_cb, 86400 * 1000, 0));
Completed in 48 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026