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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp41 // Android exposes gettid(), standard Linux does not
42 static pid_t gettid() { function
131 dc->mWorkers.mNativeThreadId[idx] = gettid();
/frameworks/rs/
H A DrsContext.cpp47 // Android exposes gettid(), standard Linux does not
48 static pid_t gettid() { function
290 rsc->mNativeThreadId = gettid();

Completed in 180 milliseconds