Function report |
Source Code:fs\file.c |
Create Date:2022-07-28 20:08:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__set_close_on_exec
Proto:static inline void __set_close_on_exec(unsigned int fd, struct fdtable *fdt)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | fd | |
struct fdtable * | fdt |
Name | Describe |
---|---|
__alloc_fd | allocate a file descriptor, mark it busy. |
set_close_on_exec | We only lock f_pos if we have threads or if the file might be* shared with another process. In both cases we'll have an elevated* file count (done either by fdget() or by fork()). |
do_dup2 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |