baseport/syborg/soundsc/virtio_iohandler.cpp
changeset 72 d00bf4f57250
parent 45 01c1ffcc4fca
equal deleted inserted replaced
71:5158c0d3bde3 72:d00bf4f57250
   126 // This code should be really handled by each queue individually
   126 // This code should be really handled by each queue individually
   127 void DIoHandler::WaitForCompletion()
   127 void DIoHandler::WaitForCompletion()
   128 	{
   128 	{
   129 	SYBORG_VIRTIO_DEBUG("WaitForCompletion : {");
   129 	SYBORG_VIRTIO_DEBUG("WaitForCompletion : {");
   130 
   130 
   131 	TInt st = Kern::PollingWait( &DIoHandler::CheckProcessing, this, 10, 100 );
   131 	TInt st = Kern::PollingWait( &DIoHandler::CheckProcessing, this, 50, 100 );
   132 
   132 
   133 	ASSERT( st == KErrNone );
   133 	ASSERT( st == KErrNone );
   134 
   134 
   135 	for ( TUint i = 0; i < iQueueCount; ++i )
   135 	for ( TUint i = 0; i < iQueueCount; ++i )
   136 		{
   136 		{