MCPcopy 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
925struct dfs_fdtable *dfs_fdtable_get_global(void)
926{
927 return &_fdtab;
928}
929
930#ifdef RT_USING_FINSH
931int list_fd(void)

Callers 3

lwp_fd_newFunction · 0.50
lwp_fd_getFunction · 0.50
lwp_fd_releaseFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected