libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
NTLocking.hpp File Reference
#include "GetGUID.hpp"
Include dependency graph for NTLocking.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::recursive_anon_mutex
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::recursive_mutex
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::anon_event
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::event
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::recursive_critical_section
 Note that Windows NT critical sections cannot be used across processes, as they are un-named. You'll need to use an "event" or "mutex". More...
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::semaphore
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::anon_semaphore
 

Namespaces

namespace  jmmcg
 Link with -lrt to include these functions.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd
 Parallel Pixie Dust or PPD is the name of the thread library within libjmmcg.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils
 

Typedefs

typedef api_lock_traits< ppd::generic_traits::MS_Win32, heavyweight_threading > jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::lock_traits