Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ start
Method
start
components/libc/cplusplus/os/cxx_Thread.cpp:54–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
bool Thread::start()
55
{
56
if (rt_thread_startup(_thread) == RT_EOK)
57
{
58
started = true;
59
}
60
61
return started;
62
}
63
64
void Thread::sleep(int32_t millisec)
65
{
Callers
15
MDK5Project
Function · 0.95
run
Method · 0.80
ExecCmd
Function · 0.80
rt_pci_ep_start
Function · 0.80
rt_hwcrypto_gcm_start
Function · 0.80
_aduio_replay_start
Function · 0.80
_audio_record_start
Function · 0.80
rt_hwtimer_write
Function · 0.80
rt_dma_chan_start
Function · 0.80
dfs_seq_traverse
Function · 0.80
dfs_seq_read
Function · 0.80
DISPLAY_Start
Function · 0.80
Calls
1
rt_thread_startup
Function · 0.85
Tested by
no test coverage detected