Classes | Functions | Variables
threads.c File Reference
#include "tinycthread.h"
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
Include dependency graph for threads.c:

Go to the source code of this file.

Classes

struct  Thread
 

Functions

static void error_callback (int error, const char *description)
 
static void key_callback (GLFWwindow *window, int key, int scancode, int action, int mods)
 
int main (void)
 
static int thread_main (void *data)
 

Variables

static volatile int running = GLFW_TRUE
 

Function Documentation

static void error_callback ( int  error,
const char *  description 
)
static

Definition at line 50 of file threads.c.

static void key_callback ( GLFWwindow window,
int  key,
int  scancode,
int  action,
int  mods 
)
static

Definition at line 55 of file threads.c.

int main ( void  )

Definition at line 81 of file threads.c.

static int thread_main ( void data)
static

Definition at line 61 of file threads.c.

Variable Documentation

volatile int running = GLFW_TRUE
static

Definition at line 48 of file threads.c.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:30