61 pthread_mutex_t* pmutex;
68 void DoLock( ConditionVar& state );
70 void DoUnlock( ConditionVar& state );
72 pthread_mutex_t mMutex;
90 pthread_mutex_t* pmutex;
99 void DoLock( ConditionVar& state );
101 void DoUnlock( ConditionVar& state );
103 pthread_mutex_t mMutex;
122 pthread_mutex_t* pmutex;
129 bool DoTimedLock(
const xtime& xt );
133 void DoLock( ConditionVar& state );
135 void DoUnlock( ConditionVar& state );
137 pthread_mutex_t mMutex;
139 pthread_cond_t mCondition;