mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
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:
parent
69c9f3d7ce
commit
ae14f6c7eb
9 changed files with 71 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue