Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h68 typedef void (*win_thread_func_t)(void* arg); typedef
72 thread->tid = _beginthread( (win_thread_func_t)func, 0, arg ); in adb_thread_create()