Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
504
void t_set_nonblock(int fd)
505
{
506
__t_toggle_nonblock(fd, 1);
507
}
508
509
void t_clear_nonblock(int fd)
510
{
Callers
11
set_client_fd
Function · 0.85
test
Function · 0.85
main
Function · 0.85
main
Function · 0.85
rcv
Function · 0.85
snd
Function · 0.85
main
Function · 0.85
test_read_cancel_race
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
__t_toggle_nonblock
Function · 0.85
Tested by
1
test_read_cancel_race
Function · 0.68