MCPcopy 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
54bool Thread::start()
55{
56 if (rt_thread_startup(_thread) == RT_EOK)
57 {
58 started = true;
59 }
60
61 return started;
62}
63
64void Thread::sleep(int32_t millisec)
65{

Callers 15

MDK5ProjectFunction · 0.95
runMethod · 0.80
ExecCmdFunction · 0.80
rt_pci_ep_startFunction · 0.80
rt_hwcrypto_gcm_startFunction · 0.80
_aduio_replay_startFunction · 0.80
_audio_record_startFunction · 0.80
rt_hwtimer_writeFunction · 0.80
rt_dma_chan_startFunction · 0.80
dfs_seq_traverseFunction · 0.80
dfs_seq_readFunction · 0.80
DISPLAY_StartFunction · 0.80

Calls 1

rt_thread_startupFunction · 0.85

Tested by

no test coverage detected