Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h122 struct adb_winthread_args { struct
129 adb_winthread_args thread_args = *static_cast<adb_winthread_args*>(heap_args); in adb_winthread_wrapper() argument
130 delete static_cast<adb_winthread_args*>(heap_args); in adb_winthread_wrapper()
137 adb_winthread_args* args = new adb_winthread_args{.func = func, .arg = arg};