1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
Andy Green 3c12fd72e8 unify us sorted waits
There are quite a few linked-lists of things that want events after
some period.  This introduces a type binding an lws_dll2 for the
list and a lws_usec_t for the duration.

The wsi timeouts, the hrtimer and the sequencer timeouts are converted
to use these, also in the common event wait calculation.
2019-08-08 22:39:47 +01:00
..
alloc.c rtos: add support for AMAZON_RTOS 2019-06-05 05:04:17 +01:00
buflist.c COVA14455: unused var init 2019-08-08 09:45:09 +01:00
context.c sequencer: upgrade timeout to use us 2019-08-08 09:45:09 +01:00
libwebsockets.c unify us sorted waits 2019-08-08 22:39:47 +01:00
logs.c solve complilation errors on vs2008 2019-08-01 18:05:38 +01:00
lws_dll.c lws_struct 2019-04-06 06:08:47 +08:00
lws_dll2.c unify us sorted waits 2019-08-08 22:39:47 +01:00
private.h unify us sorted waits 2019-08-08 22:39:47 +01:00
vfs.c LWS_WITH_NETWORK: cmake option for no network code 2019-01-13 07:54:57 +08:00