Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/api/
H A Dsockets.c85 #define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SEL… macro
2012API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(ENOMEM); lwip_select_dec_sockets_used(maxfdp1, &used_… in lwip_select()
2346API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(EAGAIN); lwip_poll_dec_sockets_used(fds, nfds); retur… in lwip_poll()