-
- Downloads
res_pjsip: Make aor named lock a mutex.
The named aor lock was always being locked for writes so a rwlock adds no benefit and may be slower because rwlocks are biased toward read locking. Change-Id: I8c5c2c780eb30ce5441832257beeb3506fd12b28
Showing
- main/named_locks.c 2 additions, 2 deletionsmain/named_locks.c
- res/res_pjsip/location.c 4 additions, 4 deletionsres/res_pjsip/location.c
- res/res_pjsip_registrar.c 2 additions, 2 deletionsres/res_pjsip_registrar.c
- res/res_pjsip_registrar_expire.c 2 additions, 2 deletionsres/res_pjsip_registrar_expire.c
Loading
Please register or sign in to comment