Lines Matching refs:entryFunction
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,