new stacktrace function in libpbd3; variable size GUI request thread queues

git-svn-id: svn://localhost/trunk/ardour2@330 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-02-15 15:55:48 +00:00
parent 69c9f3d7ce
commit ae14f6c7eb
9 changed files with 71 additions and 3 deletions

View file

@ -21,6 +21,7 @@
#include <map>
#include <iostream>
#include <string>
#include <stdint.h>
#include <pbd/pthread_utils.h>
@ -34,6 +35,7 @@ static pthread_mutex_t thread_map_lock = PTHREAD_MUTEX_INITIALIZER;
namespace PBD {
sigc::signal<void,pthread_t,std::string> ThreadCreated;
sigc::signal<void,pthread_t,std::string,uint32_t> ThreadCreatedWithRequestSize;
}
using namespace PBD;