Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
std::thread::id afThread::getId()
232
{
233
if (mThreadPtr) {
234
return mThreadPtr->get_id();
235
}
236
return {};
237
}
Callers
8
pause_device
Method · 0.45
start_device
Method · 0.45
device_preClose
Method · 0.45
onClick
Method · 0.45
onClick
Method · 0.45
onClick
Method · 0.45
onClick
Method · 0.45
onClick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected