Jetson Inference
DNN Vision Library
Thread.h File Reference
#include <pthread.h>

Go to the source code of this file.

Classes

class  Thread
 Thread class for launching an asynchronous operating-system dependent thread. More...
 

Typedefs

typedef void *(* ThreadEntryFunction) (void *user_param)
 Function pointer typedef representing a thread's main entry point. More...