Searched refs:LWS_TO_KILL_SYNC (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-spawn.c | 132 lws_set_timeout(wsi, 1, LWS_TO_KILL_SYNC); in lws_spawn_piped_destroy() 277 lws_set_timeout(wsi, 1, LWS_TO_KILL_SYNC); in windows_pipe_poll_hack() 287 lws_set_timeout(wsi, 1, LWS_TO_KILL_SYNC); in windows_pipe_poll_hack() 320 lws_set_timeout(wsi1, 1, LWS_TO_KILL_SYNC); in windows_pipe_poll_hack()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-timeout-timer.h | 84 #define LWS_TO_KILL_SYNC -2 macro
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi-timeout.c | 152 if (secs == LWS_TO_KILL_SYNC) { in lws_set_timeout()
|
/third_party/libwebsockets/lib/abstract/transports/ |
D | raw-skt.c | 184 lws_set_timeout(wsi, 1, LWS_TO_KILL_SYNC); in lws_atcrs_close()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams.c | 1395 lws_set_timeout(h->wsi, 1, LWS_TO_KILL_SYNC); in lws_ss_destroy()
|