(file) Return to Mutex.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Mutex.cpp between version 1.18 and 1.19

version 1.18, 2009/02/27 08:28:13 version 1.19, 2013/02/18 15:00:21
Line 187 
Line 187 
     _rep.count--;     _rep.count--;
 #endif #endif
  
     int rc = pthread_mutex_unlock(&_rep.mutex);  
     // All documented error codes represent coding errors.     // All documented error codes represent coding errors.
     PEGASUS_ASSERT(rc == 0);      PEGASUS_FCT_EXECUTE_AND_ASSERT(0, pthread_mutex_unlock(&_rep.mutex));
 } }
  
 #if defined(PEGASUS_OS_LINUX) #if defined(PEGASUS_OS_LINUX)


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2