b96c067a43582b10f95d9e9dabb926483909908a | Author: parsaila <d4dharmu@gmail.com>
| 2017-08-04 03:52:00-07:00
Avoided RLock being taken twice for same mutex variable of same host which leads to deadlock if any WLock is requested inbetween two RLock by other routine (#945)
* Avoided RLock being taken twice for same mutex variable of same host which leads to deadlock if any WLock is requested inbetween two RLock by other routine
* Author list updated
* enberg code review comments: comments corrected