Searched refs:adb_pthread_args (Results 1 – 1 of 1) sorted by relevance
712 struct adb_pthread_args { struct719 adb_pthread_args thread_args = *reinterpret_cast<adb_pthread_args*>(heap_args); in adb_pthread_wrapper() argument720 delete static_cast<adb_pthread_args*>(heap_args); in adb_pthread_wrapper()731 auto* pthread_args = new adb_pthread_args{.func = start, .arg = arg};