#include "JackBridge.hpp"
#include "CarlaProcessUtils.hpp"
#include "CarlaSemUtils.hpp"
#include "CarlaShmUtils.hpp"
#include "CarlaTimeUtils.hpp"
Go to the source code of this file.
◆ jackbridge_discovery_pipe_create()
| void * jackbridge_discovery_pipe_create |
( |
const char * | argv[] | ) |
|
◆ jackbridge_discovery_pipe_destroy()
| void jackbridge_discovery_pipe_destroy |
( |
void * | pipe | ) |
|
◆ jackbridge_discovery_pipe_message()
| void jackbridge_discovery_pipe_message |
( |
void * | pipe, |
|
|
const char * | key, |
|
|
const char * | value ) |
◆ jackbridge_parent_deathsig()
| void jackbridge_parent_deathsig |
( |
bool | kill | ) |
|
|
noexcept |
◆ jackbridge_sem_connect()
| bool jackbridge_sem_connect |
( |
void * | sem | ) |
|
|
noexcept |
◆ jackbridge_sem_destroy()
| void jackbridge_sem_destroy |
( |
void * | sem | ) |
|
|
noexcept |
◆ jackbridge_sem_init()
| bool jackbridge_sem_init |
( |
void * | sem | ) |
|
|
noexcept |
◆ jackbridge_sem_post()
| void jackbridge_sem_post |
( |
void * | sem, |
|
|
bool | server ) |
|
noexcept |
◆ jackbridge_sem_timedwait()
| bool jackbridge_sem_timedwait |
( |
void * | sem, |
|
|
uint | msecs, |
|
|
bool | server ) |
|
noexcept |
◆ jackbridge_shm_attach()
◆ jackbridge_shm_close()
◆ jackbridge_shm_init()
◆ jackbridge_shm_is_valid()
| bool jackbridge_shm_is_valid |
( |
const void * | shm | ) |
|
|
noexcept |
◆ jackbridge_shm_map()
| void * jackbridge_shm_map |
( |
void * | shm, |
|
|
uint64_t | size ) |
|
noexcept |
◆ jackbridge_shm_unmap()