]> git.ipfire.org Git - thirdparty/asterisk.git/commit
threadpool, res_pjsip: Add serializer group shutdown API calls. 90/690/3
authorRichard Mudgett <rmudgett@digium.com>
Fri, 19 Jun 2015 21:16:17 +0000 (16:16 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 25 Jun 2015 19:37:08 +0000 (14:37 -0500)
commit84c12f9e0c810c4816444dbd2bb8a6f4e5bfc1f9
treec3776dc24ebfcc8aaa10893537d01de9544997d4
parent602c4b74b500fb6fbe3ae3f6e13d2502edbdd56c
threadpool, res_pjsip: Add serializer group shutdown API calls.

A module trying to unload needs to wait for all serializers it creates and
uses to complete processing before unloading.

ASTERISK-24907
Reported by: Kevin Harwell

Change-Id: I8c80b90f2f82754e8dbb02ddf3c9121e5e966059
include/asterisk/res_pjsip.h
include/asterisk/threadpool.h
main/threadpool.c
res/res_pjsip.c