OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipe_hdl
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-signal-pending-on-close.c
31
static uv_pipe_t
pipe_hdl
;
variable
55
uv_close((uv_handle_t *) &
pipe_hdl
, close_cb);
73
ASSERT_OK(uv_pipe_init(&loop, &
pipe_hdl
, 0));
75
ASSERT_OK(uv_pipe_open(&
pipe_hdl
, pipefds[1]));
83
r = uv_write(&write_req, (uv_stream_t *) &
pipe_hdl
, &buffer, 1, write_cb);
Completed in 88 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026