Searched defs:thread_main (Results 1 – 3 of 3) sorted by relevance
| /device/generic/goldfish-opengl/android-emu/android/base/threads/ | ||
| D | AndroidThread_pthread.cpp | 125 void* Thread::thread_main(void* arg) { in thread_main() function in android::base::guest::Thread |
| /device/generic/vulkan-cereal/base/ | ||
| D | Thread_win32.cpp | 85 DWORD WINAPI Thread::thread_main(void* arg) { in thread_main() function in android::base::Thread |
| D | Thread_pthread.cpp | 122 void* Thread::thread_main(void* arg) { in thread_main() function in android::base::Thread |