Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
509
void t_clear_nonblock(int fd)
510
{
511
__t_toggle_nonblock(fd, 0);
512
}
513
514
int t_submit_and_wait_single(struct io_uring *ring, struct io_uring_cqe **cqe)
515
{
Callers
4
set_client_fd
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
no test coverage detected