Searched defs:gettid (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp39 // Android exposes gettid(), standard Linux does not
40 static pid_t gettid() { function
121 dc->mWorkers.mNativeThreadId[idx] = gettid();
/frameworks/rs/
H A DrsContext.cpp51 // Android exposes gettid(), standard Linux does not
52 static pid_t gettid() { function
253 rsc->mNativeThreadId = gettid();

Completed in 1083 milliseconds