search for: ast_mutex_kind

Displaying 1 result from an estimated 1 matches for "ast_mutex_kind".

2005 Oct 17
1
can't compile ast_*fax
...e AST_MUTEX_INIT_ON_FIRST_USE #endif #endif /* BSD */ /* From now on, Asterisk REQUIRES Recursive (not error checking) mutexes and will not run without them. */ #ifdef PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP #define PTHREAD_MUTEX_INIT_VALUE PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP #define AST_MUTEX_KIND PTHREAD_MUTEX_RECURSIVE_NP #else #define PTHREAD_MUTEX_INIT_VALUE PTHREAD_MUTEX_INITIALIZER #define AST_MUTEX_KIND PTHREAD_MUTEX_RECURSIVE #endif /* PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */ #ifdef DEBUG_THREADS -------------- next part ---------...