#include <platform.h>
Definition at line 548 of file platform.h.
◆ Options() [1/3]
v8::base::Thread::Options::Options |
( |
| ) |
|
|
inline |
◆ Options() [2/3]
v8::base::Thread::Options::Options |
( |
const char * | name, |
|
|
int | stack_size = 0 ) |
|
inlineexplicit |
◆ Options() [3/3]
v8::base::Thread::Options::Options |
( |
const char * | name, |
|
|
Priority | priority, |
|
|
int | stack_size = 0 ) |
|
inline |
◆ name()
const char * v8::base::Thread::Options::name |
( |
| ) |
const |
|
inline |
◆ priority()
Priority v8::base::Thread::Options::priority |
( |
| ) |
const |
|
inline |
◆ stack_size()
int v8::base::Thread::Options::stack_size |
( |
| ) |
const |
|
inline |
◆ name_
const char* v8::base::Thread::Options::name_ |
|
private |
◆ priority_
const Priority v8::base::Thread::Options::priority_ |
|
private |
◆ stack_size_
const int v8::base::Thread::Options::stack_size_ |
|
private |
The documentation for this class was generated from the following file: