commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10017 - openbts/branches/developers/dburgess00/trunk/


From: dburgess00
Subject: [Commit-gnuradio] r10017 - openbts/branches/developers/dburgess00/trunk/CommonLibs
Date: Tue, 18 Nov 2008 17:16:33 -0700 (MST)

Author: dburgess00
Date: 2008-11-18 17:16:33 -0700 (Tue, 18 Nov 2008)
New Revision: 10017

Modified:
   openbts/branches/developers/dburgess00/trunk/CommonLibs/Threads.cpp
Log:
Important comment related to bug #320.


Modified: openbts/branches/developers/dburgess00/trunk/CommonLibs/Threads.cpp
===================================================================
--- openbts/branches/developers/dburgess00/trunk/CommonLibs/Threads.cpp 
2008-11-19 00:15:58 UTC (rev 10016)
+++ openbts/branches/developers/dburgess00/trunk/CommonLibs/Threads.cpp 
2008-11-19 00:16:33 UTC (rev 10017)
@@ -88,6 +88,7 @@
 void Signal::wait(Mutex& wMutex, unsigned timeout) const
 {
        struct timespec waitTime = Timeval(timeout).timespec();
+       // FIXME -- With -O3 optimzation in OS X this doesn't block.  See bug 
#320.
        pthread_cond_timedwait(&mSignal,&wMutex.mMutex,&waitTime);
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]