Home
last modified time | relevance | path

Searched refs:undergoing_init_from_other_pt (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dadopt.c249 new_wsi->undergoing_init_from_other_pt = 1; in lws_adopt_descriptor_vhost2()
293 new_wsi->undergoing_init_from_other_pt = 0; in lws_adopt_descriptor_vhost2()
Dservice.c641 if (wsi->undergoing_init_from_other_pt) in lws_service_fd_tsi()
Dprivate-lib-core-net.h867 volatile char undergoing_init_from_other_pt; member