Searched refs:thread (Results 1 – 1 of 1) sorted by relevance
69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create() argument71 thread->tid = _beginthread( (win_thread_func_t)func, 0, arg ); in adb_thread_create()72 if (thread->tid == (unsigned)-1L) { in adb_thread_create()