[Asterisk-code-review] Work around thread safety issues in the PBX core. (asterisk[11])
Richard Mudgett
asteriskteam at digium.com
Fri May 22 19:42:47 CDT 2015
Richard Mudgett has posted comments on this change.
Change subject: Work around thread safety issues in the PBX core.
......................................................................
Patch Set 1:
I'll add that the ast_rd/wrlock_context()/ast_unlock_context() functions already are public and used outside of pbx core by some modules. This patch just adds more instances of the same pattern.
Also the rd/wr lock has been a sham for a long time since they are actually using a mutex because the locks get reentrantly held.
--
To view, visit https://gerrit.asterisk.org/481
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I1866b6787730c9c4f3f836b6133ffe9c820734fa
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 11
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: No
More information about the asterisk-code-review
mailing list