|
VLC
4.0.0-dev
|

Go to the source code of this file.
Functions | |
| VLC_EXPORT int | vlc_spawn (pid_t *pid, const char *file, const int *fdv, const char *const *argv) |
| Spawn a child process (by file name). More... | |
| VLC_EXPORT int | vlc_spawnp (pid_t *pid, const char *path, const int *fdv, const char *const *argv) |
| Spawn a child process. More... | |
| VLC_EXPORT int | vlc_waitpid (pid_t pid) |
| Waits for a child process. More... | |
1.8.17