Searched refs:pthread_lock_interface_ct (Results 1 – 3 of 3) sorted by relevance
44 class pthread_lock_interface_ct : public lock_interface_base_ct {51 pthread_lock_interface_ct(pthread_mutex_t* mutex) : ptr(mutex) { } in pthread_lock_interface_ct() function
371 int pthread_lock_interface_ct::trylock(void) in trylock()399 void pthread_lock_interface_ct::lock(void) in lock()425 void pthread_lock_interface_ct::unlock(void) in unlock()
2006 …_private_::lock_interface_base_ct* new_mutex = new _private_::pthread_lock_interface_ct(mutex); //… in set_ostream()