Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ read_pipe
Function
read_pipe
test/multicqes_drain.c:64–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
static void read_pipe(int pipe)
65
{
66
char str[4] = {0};
67
int ret;
68
69
ret = read(pipe, &str, 3);
70
if (ret < 0)
71
perror(
"read"
);
72
}
73
74
static int trigger_event(struct io_uring *ring, int p[])
75
{
Callers
1
trigger_event
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected