MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / getId

Method getId

framework/utils/afThread.cpp:231–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231std::thread::id afThread::getId()
232{
233 if (mThreadPtr) {
234 return mThreadPtr->get_id();
235 }
236 return {};
237}

Callers 8

pause_deviceMethod · 0.45
start_deviceMethod · 0.45
device_preCloseMethod · 0.45
onClickMethod · 0.45
onClickMethod · 0.45
onClickMethod · 0.45
onClickMethod · 0.45
onClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected