eRPC API Reference  Rev. 1.12.0
NXP Semiconductors
Threads

Threading model. More...

Overview

Threading model.

+ Collaboration diagram for Threads:

Files

file  erpc_threading.h
 

Classes

class  erpc::Thread
 Simple thread class. More...
 
class  erpc::Mutex
 Mutex. More...
 
class  erpc::Semaphore
 Simple semaphore class. More...
 

Typedefs

typedef void(* thread_entry_t) (void *arg)
 Thread function type. More...
 

Typedef Documentation

typedef void(* thread_entry_t) (void *arg)

Thread function type.

Parameters
argUser provided argument that was passed into the start() method.