MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / Thread

Method Thread

erpc_c/port/erpc_threading_mbed.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29////////////////////////////////////////////////////////////////////////////////
30
31Thread::Thread(const char *name) :
32m_name(name), m_entry(0), m_arg(0), m_stackSize(0), m_priority(0), m_thread(NULL), m_next(NULL)
33{
34}
35
36Thread::Thread(thread_entry_t entry, uint32_t priority, uint32_t stackSize, const char *name,
37 thread_stack_pointer stackPtr) :

Callers 4

clientFunction · 0.45
server_processFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 2

clientFunction · 0.36
server_processFunction · 0.36