Changeset 56993

Timestamp:
Oct 19, 2009, 12:30:04 PM (13 years ago)
Author:
viboes
Message:

TBoost.STM vbe: Preparation to use boost:thread::id instead of size_t

  • define thread_id_t, version_t, priority_t, clock_t, milliseconds_t, new_memory_t types in datatypes.hpp
  • define this_thread::get_id() and invalid_thread_id() in datatypes.hpp
  • Replace size_t by std::size_t, thread_id_t, version_t, priority_t, clock_t, milliseconds_t, new_memory_t
  • replace THREAD_ID by this_thread::get_id() and remove THREAD_ID macro
  • replace kInvalidThread by invalid_thread_id()
  • move move specific to move.hpp file
  • move latm_type and transaction_type types to datatypes.hpp
  • replace in transaction_bookkeeping uint32 by std::size_t, thread_id_t or clock_t.
  • move SLEEP from detail/datatypes.hpp to datatypes.hpp
(No files)

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