Searched refs:once (Results 1 – 21 of 21) sorted by relevance
11 #pragma once
151 static pthread_once_t once = PTHREAD_ONCE_INIT; in emutls_get_index() local152 pthread_once(&once, emutls_init); in emutls_get_index()
1 #pragma once
113 * Calculate the TCP/UDP checksum while copying to only fetch data once:
477 them once instead of parsing for every option. This also removes564 more than once can render a socket useless) since it mainly involves changing1706 LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up (avoid to wait2155 sockets block most operations once they have seen a fatal error.3293 mem_malloc2() tries to allocate memory once, and if it fails tries
277 * only need to be done once.304 * only need to be done once.
212 * Calculate the TCP/UDP checksum while copying to only fetch data once:
576 is set to the full send window for active open, too, and is updated once1433 them once instead of parsing for every option. This also removes1520 more than once can render a socket useless) since it mainly involves changing2662 LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up (avoid to wait3111 sockets block most operations once they have seen a fatal error.4249 mem_malloc2() tries to allocate memory once, and if it fails tries
247 * Calculate the TCP/UDP checksum while copying to only fetch data once:
829 is set to the full send window for active open, too, and is updated once1686 them once instead of parsing for every option. This also removes1773 more than once can render a socket useless) since it mainly involves changing2915 LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up (avoid to wait3364 sockets block most operations once they have seen a fatal error.4502 mem_malloc2() tries to allocate memory once, and if it fails tries
Completed in 31 milliseconds