#include <platform.h>
Definition at line 533 of file platform.h.
◆ LocalStorageKey
◆ Priority
| Enumerator |
|---|
| kBestEffort | |
| kUserVisible | |
| kUserBlocking | |
| kDefault | |
Definition at line 546 of file platform.h.
◆ Thread() [1/2]
| v8::base::Thread::Thread |
( |
const Options & | options | ) |
|
|
explicit |
◆ Thread() [2/2]
| v8::base::Thread::Thread |
( |
const Thread & | | ) |
|
|
delete |
◆ ~Thread()
| v8::base::Thread::~Thread |
( |
| ) |
|
|
virtual |
◆ CreateThreadLocalKey()
◆ data()
◆ DeleteThreadLocalKey()
◆ GetExistingThreadLocal()
| static void * v8::base::Thread::GetExistingThreadLocal |
( |
LocalStorageKey | key | ) |
|
|
inlinestatic |
◆ GetThreadLocal()
◆ HasThreadLocal()
◆ Join()
| void v8::base::Thread::Join |
( |
| ) |
|
◆ name()
| const char * v8::base::Thread::name |
( |
| ) |
const |
|
inline |
◆ NotifyStartedAndRun()
| void v8::base::Thread::NotifyStartedAndRun |
( |
| ) |
|
|
inline |
◆ operator=()
◆ priority()
| Priority v8::base::Thread::priority |
( |
| ) |
const |
|
inline |
◆ Run()
| virtual void v8::base::Thread::Run |
( |
| ) |
|
|
pure virtual |
◆ set_name()
| void v8::base::Thread::set_name |
( |
const char * | name | ) |
|
|
private |
◆ SetThreadLocal()
| void v8::base::Thread::SetThreadLocal |
( |
LocalStorageKey | key, |
|
|
void * | value ) |
|
static |
◆ Start()
| bool v8::base::Thread::Start |
( |
| ) |
|
◆ StartSynchronously()
| bool v8::base::Thread::StartSynchronously |
( |
| ) |
|
|
inline |
◆ data_
◆ kMaxThreadNameLength
| const int v8::base::Thread::kMaxThreadNameLength = 16 |
|
static |
◆ name_
◆ priority_
◆ stack_size_
| int v8::base::Thread::stack_size_ |
|
private |
◆ start_semaphore_
| Semaphore* v8::base::Thread::start_semaphore_ |
|
private |
The documentation for this class was generated from the following files: