OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:helperThreadProc
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.h
89
static void *
helperThreadProc
(void *vrsc);
rsCpuCore.cpp
123
void * RsdCpuReferenceImpl::
helperThreadProc
(void *vrsc) {
297
status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr,
helperThreadProc
, this);
/frameworks/rs/
rsContext.h
294
static void *
helperThreadProc
(void *);
Completed in 555 milliseconds