eRPC API Reference
Rev. 1.12.0
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, thread_stack_pointer stackPtr=NULL) | 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, thread_stack_pointer stackPtr=NULL) | erpc::Thread | |
thread_id_t typedef | erpc::Thread | |
thread_stack_pointer typedef (defined in erpc::Thread) | erpc::Thread | |
threadEntryPoint(void) | erpc::Thread | protectedvirtual |
~Thread(void) | erpc::Thread | virtual |