Simple class implementing a semaphore using pthreads mutex and condvar. More...
#include "scoped_lock.h"
#include <pthread.h>
Go to the source code of this file.
Classes | |
class | Barry::semaphore |
Namespaces | |
namespace | Barry |
Project namespace, containing all related functions and classes. |
Simple class implementing a semaphore using pthreads mutex and condvar.
Definition in file semaphore.h.