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

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

Completed in 118 milliseconds