Tizen RT Libs&Environment  v1.1 D4
spawn.h File Reference

SPAWN APIs. More...

#include <tinyara/config.h>
#include <spawn.h>
Include dependency graph for spawn.h:
This graph shows which files directly or indirectly include this file:

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

enum  spawn_file_actions_e { SPAWN_FILE_ACTION_NONE = 0, SPAWN_FILE_ACTION_CLOSE, SPAWN_FILE_ACTION_DUP2, SPAWN_FILE_ACTION_OPEN }
 enum of spawn_file_action More...
 

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...
 

Detailed Description

SPAWN APIs.

Definition in file spawn.h.

Macro Definition Documentation

◆ SIZEOF_OPEN_FILE_ACTION_S

#define SIZEOF_OPEN_FILE_ACTION_S (   n)    (sizeof(struct spawn_open_file_action_s) + (n))

Definition at line 137 of file spawn.h.