|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Classes | |
| class | anon_event |
| class | anon_semaphore |
| class | event |
| class | recursive_anon_mutex |
| class | 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 | recursive_mutex |
| class | semaphore |
Typedefs | |
| typedef api_lock_traits< ppd::generic_traits::MS_Win32, heavyweight_threading > | lock_traits |
| typedef api_lock_traits<ppd::generic_traits::MS_Win32, heavyweight_threading> jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::NTUtils::lock_traits |
Definition at line 33 of file NTLocking.hpp.