|
VLC 4.0.0-dev
|
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). | |
| int | vlc_spawnp (pid_t *pid, const char *path, const int *fdv, const char *const *argv) |
| Spawn a child process. | |
| int | vlc_waitpid (pid_t pid) |
| Waits for a child process. | |