-
- Downloads
Add lock tracking for rwlocks. Previously, lock.h only had the ability to
hold tracking information for mutexes. Now, the "core show locks" output will output information about who is holding a rwlock when a thread is waiting on it. (closes issue #11279) Reported by: ys Patches: trunk_lock_utils.v8.diff uploaded by ys (license 281) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/lock.h 554 additions, 293 deletionsinclude/asterisk/lock.h
- main/channel.c 3 additions, 3 deletionsmain/channel.c
- main/utils.c 6 additions, 5 deletionsmain/utils.c
- utils/ael_main.c 6 additions, 0 deletionsutils/ael_main.c
- utils/conf2ael.c 6 additions, 0 deletionsutils/conf2ael.c
Loading
Please register or sign in to comment