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 b58fb2dae3 lws_mutex_refcount
This creates a "pthread mutex with a reference count"
using gcc / clang atomic intrinsics + pthreads.

Both pt and context locks are moved to use this,
pt already had reference counting but it's new for
context.
2018-06-27 07:15:39 +08:00
..
adopt.c vhost_destroy: use vhost wsi reference counting to trigger destroy 2018-06-18 09:11:46 +08:00
alloc.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
connect.c vhost_destroy: use vhost wsi reference counting to trigger destroy 2018-06-18 09:11:46 +08:00
context.c lws_mutex_refcount 2018-06-27 07:15:39 +08:00
libwebsockets.c lws_mutex_refcount 2018-06-27 07:15:39 +08:00
output.c http: defer transaction completed if partial pending 2018-06-20 16:41:27 +08:00
pollfd.c refactor: split out adoption and client apis to core 2018-05-11 10:29:08 +08:00
private.h lws_mutex_refcount 2018-06-27 07:15:39 +08:00
service.c lws_mutex_refcount 2018-06-27 07:15:39 +08:00