OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_close_cb
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-connection-fail.c
44
static void
timer_close_cb
(uv_handle_t* handle) {
function
64
uv_close((uv_handle_t*)handle,
timer_close_cb
);
test-shutdown-eof.c
126
static void
timer_close_cb
(uv_handle_t* handle) {
function
134
uv_close((uv_handle_t*) handle,
timer_close_cb
);
/src/external/mit/libuv/dist/src/
fs-poll.c
54
static void
timer_close_cb
(uv_handle_t* timer);
130
uv_close((uv_handle_t*)&ctx->timer_handle,
timer_close_cb
);
224
uv_close((uv_handle_t*)&ctx->timer_handle,
timer_close_cb
);
237
static void
timer_close_cb
(uv_handle_t* timer) {
function
Completed in 20 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026