summaryrefslogtreecommitdiff
path: root/include/asterisk/lock.h
AgeCommit message (Expand)Author
2007-12-14Merged revisions 92875 via svnmerge from Mark Michelson
2007-12-07Merged revisions 91828 via svnmerge from Russell Bryant
2007-12-07Merged revisions 91826 via svnmerge from Russell Bryant
2007-12-05Merged revisions 91070 via svnmerge from Russell Bryant
2007-11-29Fix build of trunkTilghman Lesher
2007-11-19move the declaration of struct ast_channel ast_frame and ast_moduleLuigi Rizzo
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...Joshua Colp
2007-11-17compatibility fixes for cygwinLuigi Rizzo
2007-11-16whitespace only change - adjust indentation and add someLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-11-13This fixes a build error on my mac. It also works on my linux box. Let meRussell Bryant
2007-11-06Merged revisions 89045 via svnmerge from Tilghman Lesher
2007-11-06Merged revisions 88931 via svnmerge from Russell Bryant
2007-11-02Merged revisions 88210 via svnmerge from Tilghman Lesher
2007-10-30Merged revisions 87739 via svnmerge from Tilghman Lesher
2007-10-29Merged revisions 87396 via svnmerge from Russell Bryant
2007-10-22Merged revisions 86836 via svnmerge from Russell Bryant
2007-10-22Merged revisions 86726 via svnmerge from Russell Bryant
2007-10-16Merged revisions 85997 via svnmerge from Russell Bryant
2007-10-16Merged revisions 85994 via svnmerge from Russell Bryant
2007-10-09Merged revisions 85158 via svnmerge from Tilghman Lesher
2007-10-01Merged revisions 84271 via svnmerge from Russell Bryant
2007-10-01Merged revisions 84206 via svnmerge from Russell Bryant
2007-09-09Merged revisions 82028 via svnmerge from Tilghman Lesher
2007-09-05Merged revisions 81569 via svnmerge from Tilghman Lesher
2007-08-20Stephn Davies reports that this will help make things work on 64-bit machinesSteve Murphy
2007-08-10Merged revisions 78995 via svnmerge from Russell Bryant
2007-08-05Merged revisions 78143 via svnmerge from Russell Bryant
2007-08-03Merged revisions 78095 via svnmerge from Russell Bryant
2007-07-24Merged revisions 76937 via svnmerge from Tilghman Lesher
2007-04-28Remove a message that goes to LOG_ERROR that's not really an error.Russell Bryant
2007-01-08Change trylock output for what already has the lock from an error to a warning.Joshua Colp
2006-12-23We should probably declare the lock... and not just the constructor/deconstru...Joshua Colp
2006-12-23Use the correct function to destroy an rwlock in the destructor for an ast_rw...Russell Bryant
2006-12-15Add support to see what holds the lock when doing trylock.Joshua Colp
2006-11-02Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INIT_VALUE if it is avail...Joshua Colp
2006-11-02I'm crazy so I will add this... pthread rwlock wrappers, along with autoconf ...Joshua Colp
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson
2006-09-28Merged revisions 43952 via svnmerge from Kevin P. Fleming
2006-09-18don't need two copies of thisKevin P. Fleming
2006-09-18a little cleanup and simplification, and remove ON_FIRST_USE mode since nobod...Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-17Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.Joshua Colp
2006-06-30fix the condition for including the header for osx atomicsRussell Bryant
2006-06-30add support for atomic operations provided by mac osxRussell Bryant
2006-06-13use atomic operations provided by the compiler if they are available (yay for...Kevin P. Fleming
2006-06-11suppress warnings when building with DEBUG_CHANNEL_LOCKS (issue #7330, casper)Russell Bryant
2006-05-23restore AST_LIST_HEAD_INIT (with no users in the tree right now)Kevin P. Fleming
2006-05-11set correct type for lock initializersLuigi Rizzo