Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dvhost.c1185 int tsi = lws_pthread_self_to_tsi(vh->context);
1194 if (vh->close_flow_vs_tsi[lws_pthread_self_to_tsi(vh->context)])
1242 vh->close_flow_vs_tsi[lws_pthread_self_to_tsi(vh->context)] = 1;
Dprivate-lib-core-net.h1345 lws_pthread_self_to_tsi(struct lws_context *context);
/third_party/libwebsockets/lib/core-net/client/
Dconnect.c156 tsi = lws_pthread_self_to_tsi(i->context); in lws_client_connect_via_info()
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c240 lws_pthread_self_to_tsi(struct lws_context *context) in lws_pthread_self_to_tsi() function