Searched refs:thread_args (Results 1 – 1 of 1) sorted by relevance
129 adb_winthread_args thread_args = *static_cast<adb_winthread_args*>(heap_args); in adb_winthread_wrapper() local131 thread_args.func(thread_args.arg); in adb_winthread_wrapper()719 adb_pthread_args thread_args = *reinterpret_cast<adb_pthread_args*>(heap_args); in adb_pthread_wrapper() local721 thread_args.func(thread_args.arg); in adb_pthread_wrapper()