Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ dfs_fdtable_get_global
Function
dfs_fdtable_get_global
components/dfs/dfs_v1/src/dfs.c:925–928 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
923
#endif
924
925
struct dfs_fdtable *dfs_fdtable_get_global(void)
926
{
927
return &_fdtab;
928
}
929
930
#ifdef RT_USING_FINSH
931
int list_fd(void)
Callers
3
lwp_fd_new
Function · 0.50
lwp_fd_get
Function · 0.50
lwp_fd_release
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected