MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / start

Method start

source/threads/DynamicThread.cpp:206–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206int DynamicThread::start()
207{
208 const InterruptMaskingLock interruptMaskingLock;
209
210 if (detachableThread_ == nullptr)
211 return EINVAL;
212
213 return detachableThread_->start();
214}
215
216#endif // def DISTORTOS_THREAD_DETACH_ENABLE
217

Callers 15

openMethod · 0.45
openMethod · 0.45
openMethod · 0.45
run_Method · 0.45
run_Method · 0.45
run_Method · 0.45
run_Method · 0.45
phase1Function · 0.45
phase3Function · 0.45
phase3Function · 0.45
run_Method · 0.45

Calls

no outgoing calls

Tested by 15

run_Method · 0.36
run_Method · 0.36
run_Method · 0.36
run_Method · 0.36
phase1Function · 0.36
phase3Function · 0.36
phase3Function · 0.36
run_Method · 0.36
run_Method · 0.36
phase1Function · 0.36
phase3Function · 0.36