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

Function t_clear_nonblock

test/helpers.c:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void t_clear_nonblock(int fd)
510{
511 __t_toggle_nonblock(fd, 0);
512}
513
514int t_submit_and_wait_single(struct io_uring *ring, struct io_uring_cqe **cqe)
515{

Callers 4

set_client_fdFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

__t_toggle_nonblockFunction · 0.85

Tested by

no test coverage detected