#include "CarlaUtils.hpp"
#include <cerrno>
#include <dlfcn.h>
#include <sched.h>
#include <spawn.h>
|
| #define | PREVENTED_FUNC_MSG carla_stderr2("Carla prevented a plugin from calling '%s', bad plugin!", __FUNCTION__) |
|
| CARLA_PLUGIN_EXPORT void | gtk_init (int *, char ***) |
| CARLA_PLUGIN_EXPORT int | gtk_init_check (int *, char ***) |
| CARLA_PLUGIN_EXPORT int | gtk_init_with_args (int *, char ***, const char *, void *, const char *, void **) |
| CARLA_PLUGIN_EXPORT pid_t | fork () |
| CARLA_PLUGIN_EXPORT int | clone (int(*)(void *), void *, int, void *,...) |
| CARLA_PLUGIN_EXPORT int | posix_spawn (pid_t *, const char *, const posix_spawn_file_actions_t *, const posix_spawnattr_t *, char *const[], char *const[]) |
| CARLA_PLUGIN_EXPORT int | posix_spawnp (pid_t *, const char *, const posix_spawn_file_actions_t *, const posix_spawnattr_t *, char *const[], char *const[]) |
| CARLA_PLUGIN_EXPORT void | exit (int status) |
◆ PREVENTED_FUNC_MSG
| #define PREVENTED_FUNC_MSG carla_stderr2("Carla prevented a plugin from calling '%s', bad plugin!", __FUNCTION__) |
◆ clone()
◆ exit()
◆ fork()
◆ gtk_init()
◆ gtk_init_check()
◆ gtk_init_with_args()
◆ posix_spawn()
◆ posix_spawnp()