OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_thread_id_t
(Results
1 - 6
of
6
) sorted by null
/system/core/include/utils/
ThreadDefs.h
32
typedef void*
android_thread_id_t
;
typedef
46
typedef
android_thread_id_t
thread_id_t;
AndroidThreads.h
45
android_thread_id_t
*threadId);
48
extern
android_thread_id_t
androidGetThreadId();
57
android_thread_id_t
*threadId);
69
android_thread_id_t
*threadId);
/frameworks/base/include/android_runtime/
AndroidRuntime.h
104
static
android_thread_id_t
createJavaThread(const char* name, void (*start)(void *),
136
android_thread_id_t
* threadId);
/system/core/libutils/
Threads.cpp
125
android_thread_id_t
*threadId)
134
//
android_thread_id_t
(pid) from pthread_t, it would be possible to avoid
170
*threadId = (
android_thread_id_t
)thread; // XXX: this is not portable
176
static pthread_t android_thread_id_t_to_pthread(
android_thread_id_t
thread)
182
android_thread_id_t
androidGetThreadId()
184
return (
android_thread_id_t
)pthread_self();
216
static bool doCreateThread(android_thread_func_t fn, void* arg,
android_thread_id_t
*id)
246
*id = (
android_thread_id_t
)thrdaddr;
257
android_thread_id_t
*threadId)
262
android_thread_id_t
androidGetThreadId(
[
all
...]
/frameworks/av/media/libstagefright/foundation/
ALooper.cpp
59
android_thread_id_t
mThreadId;
/frameworks/base/core/jni/
AndroidRuntime.cpp
[
all
...]
Completed in 1468 milliseconds