Searched refs:RING_DEPTH (Results 1 – 3 of 3) sorted by relevance
21 #define RING_DEPTH 4096 macro98 pss->ring = lws_ring_create(sizeof(struct msg), RING_DEPTH, in callback_minimal_server_echo()145 (int)lws_ring_get_count_free_elements(pss->ring) > RING_DEPTH - 5) { in callback_minimal_server_echo()
21 #define RING_DEPTH 1024 macro151 pss->ring = lws_ring_create(sizeof(struct msg), RING_DEPTH, in callback_minimal_client_echo()201 (int)lws_ring_get_count_free_elements(pss->ring) > RING_DEPTH - 5) { in callback_minimal_client_echo()
35 #define RING_DEPTH 8 macro400 RING_DEPTH, __destroy_packet); in callback_raw_proxy()406 RING_DEPTH, __destroy_packet); in callback_raw_proxy()