Searched refs:get_socket_select_semaphore (Results 1 – 4 of 4) sorted by relevance
98 .get_socket_select_semaphore = &lwip_get_socket_select_semaphore, in esp_vfs_lwip_sockets_register()
139 .get_socket_select_semaphore = &lwip_get_socket_select_semaphore,147 :cpp:func:`get_socket_select_semaphore` returns the signalization object (semaphore) which will be …151 returned by :cpp:func:`get_socket_select_semaphore`.
243 void* (*get_socket_select_semaphore)(void); member
918 sel_sem.sem = vfs->vfs.get_socket_select_semaphore(); in esp_vfs_select()