Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core/
Dcontext.c56 struct lws_context_per_thread, sul_stats); in lws_sul_stats_cb()
60 __lws_sul_insert(&pt->pt_sul_owner, &pt->sul_stats, 10 * LWS_US_PER_SEC); in lws_sul_stats_cb()
695 context->pt[0].sul_stats.cb = lws_sul_stats_cb; in lws_create_context()
696 __lws_sul_insert(&context->pt[0].pt_sul_owner, &context->pt[0].sul_stats, in lws_create_context()
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h391 lws_sorted_usec_list_t sul_stats; member