Public 型 | Public メソッド | Static Public メソッド | Private メソッド | Private 変数 | Static Private 変数

クラス v8::internal::ThreadState

#include <v8threads.h>

すべてのメンバ一覧

Public 型

enum  List { FREE_LIST, IN_USE_LIST }

Public メソッド

ThreadStateNext ()
void LinkInto (List list)
void Unlink ()
char * data ()

Static Public メソッド

static ThreadStateFirstInUse ()
static ThreadStateGetFree ()

Private メソッド

 ThreadState ()
void AllocateSpace ()

Private 変数

char * data_
ThreadStatenext_
ThreadStateprevious_

Static Private 変数

static ThreadStatefree_anchor_ = new ThreadState()
static ThreadStatein_use_anchor_ = new ThreadState()

説明

v8threads.h34 行で定義されています。


列挙型

列挙型の値:
FREE_LIST 
IN_USE_LIST 

v8threads.h41 行で定義されています。


コンストラクタとデストラクタ

v8::internal::ThreadState::ThreadState (  )  [private]

v8threads.cc160 行で定義されています。

参照元 GetFree().


関数

void v8::internal::ThreadState::AllocateSpace (  )  [private]

v8threads.cc164 行で定義されています。

参照先 v8::internal::ArchiveSpacePerThread(), と data_.

参照元 GetFree().

char* v8::internal::ThreadState::data (  )  [inline]
ThreadState * v8::internal::ThreadState::FirstInUse (  )  [static]
ThreadState * v8::internal::ThreadState::GetFree (  )  [static]

v8threads.cc185 行で定義されています。

参照先 AllocateSpace(), free_anchor_, next_, と ThreadState().

参照元 v8::internal::ThreadManager::ArchiveThread().

void v8::internal::ThreadState::LinkInto ( List  list  ) 
ThreadState * v8::internal::ThreadState::Next (  ) 

v8threads.cc202 行で定義されています。

参照先 in_use_anchor_, next_, と v8::internal::NULL.

参照元 FirstInUse().

void v8::internal::ThreadState::Unlink (  ) 

変数

v8threads.h55 行で定義されています。

参照元 AllocateSpace(), と data().

v8threads.h62 行で定義されています。

参照元 GetFree(), と LinkInto().

v8threads.h64 行で定義されています。

参照元 FirstInUse(), LinkInto(), と Next().

v8threads.h56 行で定義されています。

参照元 GetFree(), LinkInto(), Next(), と Unlink().

v8threads.h57 行で定義されています。

参照元 LinkInto(), と Unlink().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義