|
LMMS
|
#include <semaphore.h>#include <stdio.h>#include <signal.h>#include <unistd.h>#include <windows.h>#include <sys/types.h>#include <jack/jack.h>#include <jack/thread.h>Classes | |
| struct | JackWineThread |
Functions | |
| static void | _close (int) |
| static int | _process (jack_nframes_t, void *) |
| static DWORD WINAPI | wine_thread_aux (LPVOID arg) |
| static int | wine_thread_create (pthread_t *thread_id, const pthread_attr_t *, void *(*function)(void *), void *arg) |
| int | main () |
Variables | |
| static bool | gCloseNow = false |
|
static |
|
static |
|
static |