KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
l_mt_mutexlock.h File Reference

simple raii class to manage lock/unlock of a pthread mutex More...

#include <l_mt/l_mt_pthread.h>
#include <l_cpp/l_exception.h>

Go to the source code of this file.

Classes

class  kjb::Pthread_mutex
 dynamically allocated mutex: unlock before you destroy it! More...
 
struct  kjb::Pthread_locked_mutex
 same as Pthread_mutex, but starts off in "locked" state. More...
 
class  kjb::Mutex_lock
 simple RAII class to grab and release a mutex More...
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Detailed Description

simple raii class to manage lock/unlock of a pthread mutex

Author
Andrew Predoehl