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
135 dc->mWorkers.mNativeThreadId[idx] = gettid();
/frameworks/rs/
H A DrsContext.cpp49 // Android exposes gettid(), standard Linux does not
50 static pid_t gettid() { function
293 rsc->mNativeThreadId = gettid();

Completed in 202 milliseconds