OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadProc
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
510
int status = pthread_create(&mMessageThreadId, NULL,
threadProc
, this);
539
void * RS::
threadProc
(void *vrsc) {
/frameworks/rs/
rsContext.cpp
290
void * Context::
threadProc
(void *vrsc) {
591
threadProc
(this);
598
status = pthread_create(&mThreadId, &threadAttr,
threadProc
, this);
Completed in 58 milliseconds