MCPcopy Create free account
hub / github.com/axboe/liburing / can_read

Function can_read

test/defer-taskrun.c:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35static bool can_read(int fd)
36{
37 return can_read_t(fd, 0);
38}
39
40static void eventfd_clear(int fd)
41{

Callers 3

eventfd_clearFunction · 0.85
test_eventfdFunction · 0.85
test_flagFunction · 0.85

Calls 1

can_read_tFunction · 0.85

Tested by 2

test_eventfdFunction · 0.68
test_flagFunction · 0.68