Searched refs:hub_thread_exit_flag (Results 1 – 2 of 2) sorted by relevance
27 volatile u32 hub_thread_exit_flag ; //hub thread 退出flag member
3109 thread_cont->hub_thread_exit_flag = USB_HUB_THREAD_EXIT_FLAG_FALSE; in __usb_gen_hub_thread_init()3230 hub_events(hub_thread_cont.hub_thread_exit_flag); in hub_main_thread()3232 } while (hub_thread_cont.hub_thread_exit_flag != USB_HUB_THREAD_EXIT_FLAG_TRUE); in hub_main_thread()3348 hub_thread_cont.hub_thread_exit_flag = USB_HUB_THREAD_EXIT_FLAG_TRUE; in usb_gen_hub_exit()
Completed in 12 milliseconds