Search found 1 match

by Uto1963
Tue Apr 06, 2021 9:39 am
Forum: Report Bugs
Topic: esp_netif: list lock/unlock
Replies: 0
Views: 5526

esp_netif: list lock/unlock

ESP-IDF V4.2 Two threads call esp_netif_new (), that calls esp_netif_get_handle_from_ifkey (), that calls esp_netif_list_lock () The first thread creates and takes the semaphore; the second waits for xSemaphoreTake () returning. The first threads gives the semaphore then delete it, beeing s_esp_neti...