mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
more debugging for thread pools
git-svn-id: svn://localhost/ardour2/branches/3.0@8450 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
12a3e9b879
commit
c9fdcd9346
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ void*
|
|||
CrossThreadPool::alloc ()
|
||||
{
|
||||
void* ptr;
|
||||
cerr << name() << " has " << pending.read_space() << " pending free entries waiting\n";
|
||||
while (pending.read (&ptr, 1) == 1) {
|
||||
cerr << name() << " pushes back a pending free list entry before allocating\n";
|
||||
free_list.write (&ptr, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue