gPTP Documentation
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
avbts_osthread.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OSThread
 
class  OSThreadFactory
 

Typedefs

typedef OSThreadExitCode(* OSThreadFunction )(void *)
 

Enumerations

enum  OSThreadExitCode { osthread_ok, osthread_error }
 

Typedef Documentation

typedef OSThreadExitCode(* OSThreadFunction)(void *)

Provides the OSThreadExitCode callback format

Enumeration Type Documentation

thread exit codes. Possible values are:

  • osthread_ok;
  • osthread_error;