Searched refs:lock_peers (Results 1 – 3 of 3) sorted by relevance
210 lws_mutex_lock(ctx->smd.lock_peers)) /* +++++++++++++++ peers */ in _lws_smd_msg_send()224 lws_mutex_unlock(ctx->smd.lock_peers); /* ------------- peers */ in _lws_smd_msg_send()262 lws_mutex_unlock(ctx->smd.lock_peers); /* ------------- peers */ in _lws_smd_msg_send()585 if (lws_mutex_lock(ctx->smd.lock_peers)) /* +++++++++++++++ peers */ in lws_smd_msg_distribute()596 lws_mutex_unlock(ctx->smd.lock_peers); /* ------------- peers */ in lws_smd_msg_distribute()619 lws_mutex_lock(ctx->smd.lock_peers)) { /* +++++++++++++++ peers */ in lws_smd_register()664 lws_mutex_unlock(ctx->smd.lock_peers); /* ------------- peers */ in lws_smd_register()675 lws_mutex_lock(smd->lock_peers)) /* +++++++++++++++++++ peers */ in lws_smd_unregister()680 lws_mutex_unlock(smd->lock_peers); /* ----------------- peers */ in lws_smd_unregister()701 if (lws_mutex_lock(ctx->smd.lock_peers)) /* +++++++++++++++++++++++ peers */ in lws_smd_message_pending()[all …]
76 lws_mutex_t lock_peers; member
1056 lws_mutex_init(context->smd.lock_peers); in lws_create_context()