Vuo  2.0.0
Functions | Variables
VuoRuntimeMain.c File Reference

Description

VuoRuntimeMain implementation.

Definition in file VuoRuntimeMain.c.

Go to the source code of this file.

Functions

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

Variables

void * VuoApp_mainThread = NULL
 A reference to the main thread. More...
 

Function Documentation

◆ __attribute__()

static void __attribute__ ( (constructor)  )
static

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

Definition at line 22 of file VuoRuntimeMain.c.

Variable Documentation

◆ VuoApp_mainThread

void* VuoApp_mainThread = NULL

A reference to the main thread.

Definition at line 17 of file VuoRuntimeMain.c.