Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h712 struct adb_pthread_args { struct
719 adb_pthread_args thread_args = *reinterpret_cast<adb_pthread_args*>(heap_args); in adb_pthread_wrapper() argument
720 delete static_cast<adb_pthread_args*>(heap_args); in adb_pthread_wrapper()
731 auto* pthread_args = new adb_pthread_args{.func = start, .arg = arg};