VLC 4.0.0-dev
vlc_spawn.h File Reference
Include dependency graph for vlc_spawn.h:

Go to the source code of this file.

Functions

int vlc_spawn (pid_t *pid, const char *file, const int *fdv, const char *const *argv)
 Spawn a child process (by file name). More...
 
int vlc_spawnp (pid_t *pid, const char *path, const int *fdv, const char *const *argv)
 Spawn a child process. More...
 
int vlc_waitpid (pid_t pid)
 Waits for a child process. More...