v8::internal::Threadを継承しています。
Public メソッド | |
PreallocatedMemoryThread () | |
void | Run () |
Static Public メソッド | |
static char * | data () |
static unsigned | length () |
static void | StartThread () |
static void | StopThread () |
Private メソッド | |
DISALLOW_COPY_AND_ASSIGN (PreallocatedMemoryThread) | |
Private 変数 | |
bool | keep_running_ |
Static Private 変数 | |
static PreallocatedMemoryThread * | the_thread_ = NULL |
static Semaphore * | wait_for_ever_semaphore_ = NULL |
static Semaphore * | data_ready_semaphore_ = NULL |
static char * | data_ = NULL |
static unsigned | length_ = 0 |
v8::internal::PreallocatedMemoryThread::PreallocatedMemoryThread | ( | ) | [inline] |
static char* v8::internal::PreallocatedMemoryThread::data | ( | ) | [inline, static] |
v8::internal::PreallocatedMemoryThread::DISALLOW_COPY_AND_ASSIGN | ( | PreallocatedMemoryThread | ) | [private] |
static unsigned v8::internal::PreallocatedMemoryThread::length | ( | ) | [inline, static] |
void v8::internal::PreallocatedMemoryThread::Run | ( | ) | [inline, virtual] |
static void v8::internal::PreallocatedMemoryThread::StartThread | ( | ) | [inline, static] |
static void v8::internal::PreallocatedMemoryThread::StopThread | ( | ) | [inline, static] |
char * v8::internal::PreallocatedMemoryThread::data_ = NULL [static, private] |
Semaphore * v8::internal::PreallocatedMemoryThread::data_ready_semaphore_ = NULL [static, private] |
参照元 data(), length(), PreallocatedMemoryThread(), Run(), と StopThread().
bool v8::internal::PreallocatedMemoryThread::keep_running_ [private] |
参照元 Run(), と StopThread().
unsigned v8::internal::PreallocatedMemoryThread::length_ = 0 [static, private] |
PreallocatedMemoryThread * v8::internal::PreallocatedMemoryThread::the_thread_ = NULL [static, private] |
参照元 StartThread(), と StopThread().
Semaphore * v8::internal::PreallocatedMemoryThread::wait_for_ever_semaphore_ = NULL [static, private] |
参照元 PreallocatedMemoryThread(), Run(), と StopThread().