LMMS
Loading...
Searching...
No Matches
main.C File Reference
#include <pthread.h>
#include "Spliter.h"
#include "SpliterUI.h"

Functions

voidthread1 (void *arg)
voidthread2 (void *arg)
 main ()

Variables

pthread_t thr1
pthread_t thr2
Spliter spliter

Function Documentation

◆ main()

main ( void )

◆ thread1()

void * thread1 ( void * arg)

◆ thread2()

void * thread2 ( void * arg)

Variable Documentation

◆ spliter

Spliter spliter

◆ thr1

pthread_t thr1

◆ thr2

pthread_t thr2