Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Dwsi-timeout.c215 &tvp->vhost->context->pt[tvp->tsi_req]; in lws_sul_timed_callback_vh_protocol_cb()
243 p->tsi_req = lws_pthread_self_to_tsi(vh->context); in lws_timed_callback_vh_protocol_us()
244 if (p->tsi_req < 0) /* not called from a service thread --> tsi 0 */ in lws_timed_callback_vh_protocol_us()
245 p->tsi_req = 0; in lws_timed_callback_vh_protocol_us()
255 __lws_sul_insert(&vh->context->pt[p->tsi_req].pt_sul_owner, in lws_timed_callback_vh_protocol_us()
Dprivate-lib-core-net.h284 int tsi_req; member