MCPcopy Create free account
hub / github.com/HexHive/NASS / getThreadId

Function getThreadId

binderlib/include_android9/utils/AndroidThreads.h:116–118  ·  view source on GitHub ↗

Get some sort of unique identifier for the current thread.

Source from the content-addressed store, hash-verified

114
115// Get some sort of unique identifier for the current thread.
116inline thread_id_t getThreadId() {
117 return androidGetThreadId();
118}
119
120// ----------------------------------------------------------------------------
121}; // namespace android

Callers 9

prepareMethod · 0.85
startMethod · 0.85
seekToMethod · 0.85
resetMethod · 0.85
notifyMethod · 0.85
startMethod · 0.85
seekToMethod · 0.85
resetMethod · 0.85
notifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected