HomeSort by relevance Sort by last modified time
    Searched refs:_mutex (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/system_wrappers/source/
critical_section_posix.cc 19 pthread_mutex_init(&_mutex, &attr);
24 pthread_mutex_destroy(&_mutex);
30 pthread_mutex_lock(&_mutex);
36 pthread_mutex_unlock(&_mutex);
critical_section_posix.h 30 pthread_mutex_t _mutex; member in class:webrtc::CriticalSectionPosix
condition_variable_posix.cc 86 pthread_cond_wait(&_cond, &cs->_mutex);
132 const int res = pthread_cond_timedwait(&_cond, &cs->_mutex, &ts);
137 pthread_cond_wait(&_cond, &cs->_mutex);
  /external/valgrind/main/helgrind/
helgrind.h 215 #define VALGRIND_HG_MUTEX_INIT_POST(_mutex, _mbRec) \
217 void*,(_mutex), long,(_mbRec))
221 #define VALGRIND_HG_MUTEX_LOCK_PRE(_mutex, _isTryLock) \
223 void*,(_mutex), long,(_isTryLock))
226 #define VALGRIND_HG_MUTEX_LOCK_POST(_mutex) \
228 void*,(_mutex))
231 #define VALGRIND_HG_MUTEX_UNLOCK_PRE(_mutex) \
233 void*,(_mutex))
236 #define VALGRIND_HG_MUTEX_UNLOCK_POST(_mutex) \
238 void*,(_mutex))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 395 milliseconds