Home
last modified time | relevance | path

Searched refs:hub_thread_complete (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub_base.h25 hal_sem_t hub_thread_complete; //hub thread的 create,exit的complete member
A Dusb_gen_hub.c3113 thread_cont->hub_thread_complete = hal_sem_create(0); in __usb_gen_hub_thread_init()
3154 if (thread_cont->hub_thread_complete) in __usb_gen_hub_thread_exit()
3157 hal_sem_delete(thread_cont->hub_thread_complete); in __usb_gen_hub_thread_exit()
3160 thread_cont->hub_thread_complete = NULL; in __usb_gen_hub_thread_exit()

Completed in 12 milliseconds