STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Synchronisation Control Shims (WinSTL)
[WinSTLSynchronisation Control Shims]

These shims control the behaviour of Win32 synchronisation objects. More...

Functions

void lock_instance (::winstl::process_mutex &mx)
 This control ref concepts_shims "shim" aquires a lock on the given mutex.

void unlock_instance (::winstl::process_mutex &mx)
 This control ref concepts_shims "shim" releases a lock on the given mutex.

void lock_instance (::winstl::spin_mutex &mx)
 This control ref concepts_shims "shim" aquires a lock on the given mutex.

void unlock_instance (::winstl::spin_mutex &mx)
 This control ref concepts_shims "shim" releases a lock on the given mutex.

void lock_instance (::winstl::thread_mutex &mx)
 This control ref concepts_shims "shim" aquires a lock on the given mutex.

void unlock_instance (::winstl::thread_mutex &mx)
 This control ref concepts_shims "shim" releases a lock on the given mutex.


Detailed Description

These shims control the behaviour of Win32 synchronisation objects.


Function Documentation

void lock_instance ::winstl::thread_mutex   mx [inline]
 

This control ref concepts_shims "shim" aquires a lock on the given mutex.

Parameters:
mx  The mutex on which to aquire the lock

void lock_instance ::winstl::spin_mutex   mx [inline]
 

This control ref concepts_shims "shim" aquires a lock on the given mutex.

Parameters:
mx  The mutex on which to aquire the lock

void lock_instance ::winstl::process_mutex   mx [inline]
 

This control ref concepts_shims "shim" aquires a lock on the given mutex.

Parameters:
mx  The mutex on which to aquire the lock

void unlock_instance ::winstl::thread_mutex   mx [inline]
 

This control ref concepts_shims "shim" releases a lock on the given mutex.

Parameters:
mx  The mutex on which to release the lock

void unlock_instance ::winstl::spin_mutex   mx [inline]
 

This control ref concepts_shims "shim" releases a lock on the given mutex.

Parameters:
mx  The mutex on which to release the lock

void unlock_instance ::winstl::process_mutex   mx [inline]
 

This control ref concepts_shims "shim" releases a lock on the given mutex.

Parameters:
mx  The mutex on which to release the lock

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004