Home
last modified time | relevance | path

Searched refs:thread_args (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsysdeps.h129 adb_winthread_args thread_args = *static_cast<adb_winthread_args*>(heap_args); in adb_winthread_wrapper() local
131 thread_args.func(thread_args.arg); in adb_winthread_wrapper()
719 adb_pthread_args thread_args = *reinterpret_cast<adb_pthread_args*>(heap_args); in adb_pthread_wrapper() local
721 thread_args.func(thread_args.arg); in adb_pthread_wrapper()