Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h111 adb_winthread_args thread_args = *static_cast<adb_winthread_args*>(heap_args); in adb_winthread_wrapper() local
113 thread_args.func(thread_args.arg); in adb_winthread_wrapper()
675 adb_pthread_args thread_args = *reinterpret_cast<adb_pthread_args*>(heap_args); in adb_pthread_wrapper() local
677 thread_args.func(thread_args.arg); in adb_pthread_wrapper()