![]() |
eRPC API Reference
Rev. 1.12.0
NXP Semiconductors
|
#include "erpc_config_internal.h"#include <stdint.h>
Include dependency graph for erpc_threading.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | erpc::Thread |
| Simple thread class. More... | |
| class | erpc::Mutex |
| Mutex. More... | |
| class | erpc::Mutex::Guard |
| class | erpc::Semaphore |
| Simple semaphore class. More... | |
Typedefs | |
| typedef void(* | thread_entry_t) (void *arg) |
| Thread function type. More... | |