MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ~Thread

Method ~Thread

components/libc/cplusplus/os/cxx_Thread.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Thread::~Thread()
49{
50 rt_event_detach(&_event);
51 rt_thread_delete(_thread);
52}
53
54bool Thread::start()
55{

Callers

nothing calls this directly

Calls 2

rt_event_detachFunction · 0.85
rt_thread_deleteFunction · 0.85

Tested by

no test coverage detected