Changeset 56975

Timestamp:
Oct 18, 2009, 10:19:05 AM (13 years ago)
Author:
viboes
Message:

TBoost.STM vbe: Non transactional Synchro mechanism (following as far as possible the Boost names)

  • Add a new directory synchro for synchronization specific features (boost/synchro)
  • Add free functions to lock,unlock, try_lock, ... (boost/synchro/lock.hpp, boost/synchro/unlock.hpp,boost/synchro/try_lock.hpp ..)
  • Add lockers lock_guard, lock_guard_if, unique_lock (boost/synchro/locks.hpp)
  • Don't use var_auto_lock as it is not exception safe
  • Create non transactional synchronization language-like macros (boost/synchro/language_like.hpp)
(No files)

Note: See TracChangeset for help on using the changeset viewer.