#include "CarlaPipeUtils.hpp"
#include "CarlaProcessUtils.hpp"
#include "CarlaString.hpp"
#include "CarlaTimeUtils.hpp"
#include "CarlaMIDI.h"
#include "lv2/atom/util.h"
#include <fcntl.h>
#include <cerrno>
#include <signal.h>
#include <sys/wait.h>
Go to the source code of this file.
◆ INVALID_PIPE_VALUE
| #define INVALID_PIPE_VALUE -1 |
◆ NULL
◆ startProcess()
| bool startProcess |
( |
const char *const | argv[], |
|
|
pid_t & | pidinst ) |
|
inlinestaticnoexcept |
◆ waitForChildToStop()
| bool waitForChildToStop |
( |
const pid_t | pid, |
|
|
const uint32_t | timeOutMilliseconds, |
|
|
bool | sendTerminate ) |
|
inlinestaticnoexcept |
◆ waitForChildToStopOrKillIt()
◆ waitForClientFirstMessage()