LMMS
Loading...
Searching...
No Matches
WineJack.cpp File Reference
#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

Function Documentation

◆ _close()

void _close ( int )
static

◆ _process()

int _process ( jack_nframes_t ,
void *  )
static

◆ main()

int main ( void )

◆ wine_thread_aux()

DWORD WINAPI wine_thread_aux ( LPVOID arg)
static

◆ wine_thread_create()

int wine_thread_create ( pthread_t * thread_id,
const pthread_attr_t * ,
void *(* function )(void *),
void * arg )
static

Variable Documentation

◆ gCloseNow

bool gCloseNow = false
static