OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:walk_cb
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-walk-handles.c
33
static void
walk_cb
(uv_handle_t* handle, void* arg) {
function
47
uv_walk(handle->loop,
walk_cb
, magic_cookie);
64
/* Start event loop, expect to see the timer handle in
walk_cb
. */
70
/* Loop is finished,
walk_cb
should not see our timer handle. */
72
uv_walk(loop,
walk_cb
, magic_cookie);
test-walk-handles.c
33
static void
walk_cb
(uv_handle_t* handle, void* arg) {
function
47
uv_walk(handle->loop,
walk_cb
, magic_cookie);
64
/* Start event loop, expect to see the timer handle in
walk_cb
. */
70
/* Loop is finished,
walk_cb
should not see our timer handle. */
72
uv_walk(loop,
walk_cb
, magic_cookie);
Completed in 44 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026