Searched refs:tcpip_task_blocker (Results 1 – 1 of 1) sorted by relevance
21 static SemaphoreHandle_t tcpip_task_blocker; variable34 tcpip_task_blocker = xSemaphoreCreateBinary(); in lwip_freertos_init()39 xSemaphoreGive(tcpip_task_blocker); in lwip_freertos_init()56 xSemaphoreTake(tcpip_task_blocker, portMAX_DELAY); in pico_lwip_custom_lock_tcpip_core()