Tizen RT Libs&Environment
v1.0 D5
|
SPAWN APIs. More...
Go to the source code of this file.
Data Structures | |
struct | spawn_general_file_action_s |
structure for general file action More... | |
struct | spawn_close_file_action_s |
structure for spawn close file action More... | |
struct | spawn_dup2_file_action_s |
structure for spawn dup2 file action More... | |
struct | spawn_open_file_action_s |
structure for spawn open file action More... | |
Macros | |
#define | SIZEOF_OPEN_FILE_ACTION_S(n) (sizeof(struct spawn_open_file_action_s) + (n)) |
Enumerations |
Functions | |
void | add_file_action (FAR posix_spawn_file_actions_t *file_action, FAR struct spawn_general_file_action_s *entry) |
Add the file action to the end for the file action list. More... | |
SPAWN APIs.
Definition in file spawn.h.
#define SIZEOF_OPEN_FILE_ACTION_S | ( | n | ) | (sizeof(struct spawn_open_file_action_s) + (n)) |