Revision: 32853
http://sourceforge.net/p/opalvoip/code/32853
Author: rjongbloed
Date: 2014-09-29 05:26:58 +0000 (Mon, 29 Sep 2014)
Log Message:
-----------
Fixed PThread actual time for primary/process thread under Linux.
Modified Paths:
--------------
ptlib/trunk/src/ptlib/unix/tlibthrd.cxx
Modified: ptlib/trunk/src/ptlib/unix/tlibthrd.cxx
===================================================================
--- ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2014-09-29 05:24:33 UTC (rev 32852)
+++ ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2014-09-29 05:26:58 UTC (rev 32853)
@@ -261,7 +261,6 @@
, PX_linuxId(GetCurrentUniqueIdentifier())
, PX_startTick(PTimer::Tick())
#endif
-#endif
, PX_suspendMutex(MutexInitialiser)
, PX_suspendCount(0)
, PX_state(PX_running)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|