auto mutex release now requires an auto mutex

This commit is contained in:
Jeff Hill
2002-02-27 23:32:44 +00:00
parent 7180f5e66e
commit a251b89e13
5 changed files with 17 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ epicsTimerQueueActive &epicsTimerQueueActive::allocate ( bool okToShare, unsigne
}
timerQueueActive::timerQueueActive ( bool okToShareIn, unsigned priority ) :
queue ( *this ), thread ( *this, "epicsTimerQueueActive",
queue ( *this ), thread ( *this, "timerQueue",
epicsThreadGetStackSize ( epicsThreadStackMedium ), priority ),
okToShare ( okToShareIn ), exitFlag ( false ), terminateFlag ( false )
{