OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadProc
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
490
int status = pthread_create(&mMessageThreadId, NULL,
threadProc
, this);
519
void * RS::
threadProc
(void *vrsc) {
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
607
err = M4OSA_threadSyncOpen(&mThreadContext, (M4OSA_ThreadDoIt)
threadProc
);
[
all
...]
/frameworks/rs/
rsContext.cpp
287
void * Context::
threadProc
(void *vrsc) {
577
threadProc
(this);
579
status = pthread_create(&mThreadId, &threadAttr,
threadProc
, this);
Completed in 3209 milliseconds