メインページ | モジュール | 名前空間一覧 | クラス階層 | 構成 | ファイル一覧 | 名前空間メンバ | 構成メンバ | ファイルメンバ | 関連ページ

toppers/sync.hpp の解説

同期機構に関するクラスの定義 [詳細]

#include <toppers/kernel.hpp>
#include <toppers/assert.hpp>

ソースコードを見る。

名前空間

namespace  toppers
namespace  toppers::detail


解説

  このヘッダファイルでは以下のテンプレートクラスおよびテンプレート関数を定義している。

  class lock<LockObj, SenseKernel>;
  class recursive_lock<LockObj, SenseKernel>;
  T& sync_increment<LockObj, T>(T&);
  T& sync_decrement<LockObj, T>(T&);
  void sync_swap<LockObj, T>(T&, T&);