HomeSort by relevance Sort by last modified time
    Searched full:adb_winthread_wrapper (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
sysdeps.h 129 static unsigned __stdcall adb_winthread_wrapper(void* heap_args) { function
140 uintptr_t handle = _beginthreadex(nullptr, 0, adb_winthread_wrapper, args, 0, nullptr);

Completed in 60 milliseconds