Dan Kenigsberg has submitted this change and it was merged. Change subject: Implement RLock in betterThreading ......................................................................
Implement RLock in betterThreading To use a recursive lock in a betterThreading.Condition we must implement the RLock object with pthread. Signed-off-by: Federico Simoncelli <[email protected]> Change-Id: I697b69fb24b4d741f37d9448295c8bb6a82464b9 --- M tests/betterThreadingTests.py M vdsm/betterThreading.py M vdsm/pthread.py 3 files changed, 65 insertions(+), 8 deletions(-) Approvals: Federico Simoncelli: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/6832 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I697b69fb24b4d741f37d9448295c8bb6a82464b9 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
