CppCommon 1.0.5.0
C++ Common Library
|
Named semaphore synchronization primitive implementation. More...
#include "threads/named_semaphore.h"
#include "errors/fatal.h"
#include "utility/validate_aligned_storage.h"
#include <algorithm>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | CppCommon |
C++ Common project definitions. | |
Named semaphore synchronization primitive implementation.
Definition in file named_semaphore.cpp.