OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:androidCreateThread
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/utils/
AndroidThreads.h
37
extern int
androidCreateThread
(android_thread_func_t, void *);
103
return
androidCreateThread
(f, a) ? true : false;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.cpp
37
androidCreateThread
(acquireThreadStart, this);
38
androidCreateThread
(releaseThreadStart, this);
/frameworks/native/libs/utils/
Threads.cpp
294
int
androidCreateThread
(android_thread_func_t fn, void* arg)
Completed in 1107 milliseconds