Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
VuoRuntimeMain.c File Reference

Description

VuoRuntimeMain implementation.

Functions

static void __attribute__ ((constructor))
 Get a reference to the main thread, so we can perform runtime thread-sanity assertions.
 

Variables

bool isStopped
 True if the composition has stopped.
 
void * VuoApp_mainThread = NULL
 A reference to the main thread.
 

Function Documentation

static void __attribute__ ( (constructor)  )
static

Get a reference to the main thread, so we can perform runtime thread-sanity assertions.

Variable Documentation

bool isStopped

True if the composition has stopped.

void* VuoApp_mainThread = NULL

A reference to the main thread.