-
- Downloads
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.
Showing
- lib/core/context.c 4 additions, 4 deletionslib/core/context.c
- lib/core/libwebsockets.c 59 additions, 0 deletionslib/core/libwebsockets.c
- lib/core/private.h 31 additions, 45 deletionslib/core/private.h
- lib/core/service.c 1 addition, 1 deletionlib/core/service.c
- lib/misc/peer-limits.c 5 additions, 5 deletionslib/misc/peer-limits.c
- lib/roles/http/server/parsers.c 2 additions, 2 deletionslib/roles/http/server/parsers.c
Loading
Please register or sign in to comment