![]() |
eRPC API Reference
Rev. 1.9.0
NXP Semiconductors
|
Threading model. More...
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 void(* thread_entry_t) (void *arg) |
Thread function type.
| arg | User provided argument that was passed into the start() method. |