Searched refs:thread_phy_monitor (Results 1 – 2 of 2) sorted by relevance
258 rt_thread_t thread_phy_monitor; in phy_device_register() local285 …thread_phy_monitor = rt_thread_create("PHY Monitor", phy_monitor_thread_entry, &phy_monitor_handle… in phy_device_register()287 if (thread_phy_monitor != RT_NULL) in phy_device_register()289 rt_thread_startup(thread_phy_monitor); in phy_device_register()
370 rt_thread_t thread_phy_monitor; in phy_device_register() local394 …thread_phy_monitor = rt_thread_create("PHY Monitor", phy_monitor_thread_entry, &phy_monitor_handle… in phy_device_register()396 if (thread_phy_monitor != RT_NULL) in phy_device_register()398 rt_thread_startup(thread_phy_monitor); in phy_device_register()
Completed in 5 milliseconds