Commits

Andy Green authored 26a0d500a11
smp: additional locking for libuv With SMP + event lib, extra locking is required when dealing with cross-thread adoption case, and cross-vhost cases like wsi close, we need to hold the pt or context lock. These lock apis are NOPs when LWS_MAX_SMP == 1 which is the default.