HomeSort by relevance Sort by last modified time
    Searched full:entryfunction (Results 1 - 6 of 6) sorted by null

  /system/core/include/utils/
AndroidThreads.h 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,
104 inline bool createThreadEtc(thread_func_t entryFunction,
111 return androidCreateThreadEtc(entryFunction, userData, threadName,
  /system/core/libutils/
Threads.cpp 75 thread_func_t entryFunction;
83 thread_func_t f = t->entryFunction;
124 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
147 t->entryFunction = entryFunction;
149 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
161 (android_pthread_entry)entryFunction, userData);
166 entryFunction, result, strerror(errno), threadPriority);
289 int androidCreateThreadEtc(android_thread_func_t entryFunction,
296 return gCreateThreadFn(entryFunction, userData, threadName
    [all...]
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 148 android_thread_func_t entryFunction,
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 80 private enum EntryFunction implements Function<Entry<?, ?>, Object> {
99 return (Function) EntryFunction.KEY;
104 return (Function) EntryFunction.VALUE;
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Maps.java 85 private enum EntryFunction implements Function<Entry<?, ?>, Object> {
104 return (Function) EntryFunction.KEY;
109 return (Function) EntryFunction.VALUE;
    [all...]

Completed in 284 milliseconds