OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_thread_func_t
(Results
1 - 5
of
5
) sorted by null
/system/core/include/utils/
ThreadDefs.h
38
typedef int (*
android_thread_func_t
)(void*);
typedef
51
typedef
android_thread_func_t
thread_func_t;
AndroidThreads.h
37
extern int androidCreateThread(
android_thread_func_t
, void *);
40
extern int androidCreateThreadEtc(
android_thread_func_t
entryFunction,
52
extern int androidCreateRawThreadEtc(
android_thread_func_t
entryFunction,
64
typedef int (*android_create_thread_fn)(
android_thread_func_t
entryFunction,
/frameworks/base/include/android_runtime/
AndroidRuntime.h
148
android_thread_func_t
entryFunction,
/system/core/libutils/
Threads.cpp
124
int androidCreateRawThreadEtc(
android_thread_func_t
entryFunction,
149
entryFunction = (
android_thread_func_t
)&thread_data_t::trampoline;
220
static bool doCreateThread(
android_thread_func_t
fn, void* arg, android_thread_id_t *id)
256
int androidCreateRawThreadEtc(
android_thread_func_t
fn,
276
int androidCreateThread(
android_thread_func_t
fn, void* arg)
281
int androidCreateThreadGetID(
android_thread_func_t
fn, void *arg, android_thread_id_t *id)
289
int androidCreateThreadEtc(
android_thread_func_t
entryFunction,
/frameworks/base/core/jni/
AndroidRuntime.cpp
[
all
...]
Completed in 120 milliseconds