mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +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
|
|
@ -16,6 +16,7 @@ std::string pthread_name ();
|
|||
|
||||
namespace PBD {
|
||||
extern sigc::signal<void,pthread_t,std::string> ThreadCreated;
|
||||
extern sigc::signal<void,pthread_t,std::string,uint32_t> ThreadCreatedWithRequestSize;
|
||||
}
|
||||
|
||||
#endif /* __pbd_pthread_utils__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue