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

Function t_set_nonblock

test/helpers.c:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void t_set_nonblock(int fd)
505{
506 __t_toggle_nonblock(fd, 1);
507}
508
509void t_clear_nonblock(int fd)
510{

Callers 11

set_client_fdFunction · 0.85
testFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
rcvFunction · 0.85
sndFunction · 0.85
mainFunction · 0.85
test_read_cancel_raceFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

__t_toggle_nonblockFunction · 0.85

Tested by 1

test_read_cancel_raceFunction · 0.68