Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
Thread::~Thread()
49
{
50
rt_event_detach(&_event);
51
rt_thread_delete(_thread);
52
}
53
54
bool Thread::start()
55
{
Callers
nothing calls this directly
Calls
2
rt_event_detach
Function · 0.85
rt_thread_delete
Function · 0.85
Tested by
no test coverage detected