MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / fd_new

Function fd_new

components/dfs/dfs_v1/src/dfs.c:325–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325int fd_new(void)
326{
327 struct dfs_fdtable *fdt = NULL;
328
329 fdt = dfs_fdtable_get();
330 return fdt_fd_new(fdt);
331}
332
333/**
334 * @ingroup group_fs_file_descriptor

Callers 11

openFunction · 0.70
mkdirFunction · 0.70
opendirFunction · 0.70
_ipc_msg_fd_newFunction · 0.50
do_eventfdFunction · 0.50
epoll_do_createFunction · 0.50
timerfd_do_createFunction · 0.50
signalfd_doFunction · 0.50
acceptFunction · 0.50
socketFunction · 0.50
test_dfs_renameFunction · 0.50

Calls 2

dfs_fdtable_getFunction · 0.70
fdt_fd_newFunction · 0.70

Tested by 1

test_dfs_renameFunction · 0.40