Home
last modified time | relevance | path

Searched refs:pthread_lock_interface_ct (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libcwd/libcwd-1.0.6/include/libcwd/
H A Dprivate_lock_interface.h44 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
/dports/devel/libcwd/libcwd-1.0.6/
H A Dthreading.cc371 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()
H A Ddebug.cc2006 …_private_::lock_interface_base_ct* new_mutex = new _private_::pthread_lock_interface_ct(mutex); //… in set_ostream()