aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_lock.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-2/+2
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-27Make sure a channel exists before attempting to start or stop channelrussell1-5/+13
2007-09-30* The documentation for the LOCK() function says that it will block for up torussell1-3/+10
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)tilghman1-1/+1
2007-08-16Revise dialplan locks to permit multiple locks per channel, but with deadlock...tilghman1-36/+130
2007-07-31Add some documentation detailing an aspect of dialplan functions, as requeste...tilghman1-2/+3
2007-07-31Add func_lock, which creates dialplan mutexes, and note that the Macro apps a...tilghman1-0/+247