![]() |
eRPC API Reference
Rev. 1.7.2
NXP Semiconductors
|
This is the complete list of members for erpc::Thread, including all inherited members.
getCurrentThread(void) | erpc::Thread | static |
getCurrentThreadId(void) | erpc::Thread | inlinestatic |
getName(void) const | erpc::Thread | inline |
getThreadId(void) const | erpc::Thread | inline |
init(thread_entry_t entry, uint32_t priority=0, uint32_t stackSize=0) | erpc::Thread | |
operator==(Thread &o) | erpc::Thread | |
setName(const char *name) | erpc::Thread | inline |
sleep(uint32_t usecs) | erpc::Thread | static |
start(void *arg=0) | erpc::Thread | |
Thread(const char *name=0) | erpc::Thread | |
Thread(thread_entry_t entry, uint32_t priority=0, uint32_t stackSize=0, const char *name=0) | erpc::Thread | |
thread_id_t typedef | erpc::Thread | |
threadEntryPoint(void) | erpc::Thread | protectedvirtual |
~Thread(void) | erpc::Thread | virtual |