Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ fd_release
Function
fd_release
components/dfs/dfs_v1/src/dfs.c:429–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
void fd_release(int fd)
430
{
431
struct dfs_fdtable *fdt;
432
433
fdt = dfs_fdtable_get();
434
fdt_fd_release(fdt, fd);
435
}
436
437
/**
438
* @brief Duplicates a file descriptor.
Callers
15
open
Function · 0.70
close
Function · 0.70
mkdir
Function · 0.70
opendir
Function · 0.70
closedir
Function · 0.70
sys_dup2
Function · 0.70
_ipc_msg_fd_new
Function · 0.50
do_eventfd
Function · 0.50
epoll_do_create
Function · 0.50
timerfd_do_create
Function · 0.50
signalfd_do
Function · 0.50
accept
Function · 0.50
Calls
2
dfs_fdtable_get
Function · 0.70
fdt_fd_release
Function · 0.70
Tested by
1
test_dfs_rename
Function · 0.40