v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::Thread::Options Class Reference

#include <platform.h>

Collaboration diagram for v8::base::Thread::Options:

Public Member Functions

 Options ()
 
 Options (const char *name, int stack_size=0)
 
 Options (const char *name, Priority priority, int stack_size=0)
 
const char * name () const
 
int stack_size () const
 
Priority priority () const
 

Private Attributes

const char * name_
 
const Priority priority_
 
const int stack_size_
 

Detailed Description

Definition at line 548 of file platform.h.

Constructor & Destructor Documentation

◆ Options() [1/3]

v8::base::Thread::Options::Options ( )
inline

Definition at line 550 of file platform.h.

◆ Options() [2/3]

v8::base::Thread::Options::Options ( const char * name,
int stack_size = 0 )
inlineexplicit

Definition at line 551 of file platform.h.

◆ Options() [3/3]

v8::base::Thread::Options::Options ( const char * name,
Priority priority,
int stack_size = 0 )
inline

Definition at line 553 of file platform.h.

Member Function Documentation

◆ name()

const char * v8::base::Thread::Options::name ( ) const
inline

Definition at line 556 of file platform.h.

◆ priority()

Priority v8::base::Thread::Options::priority ( ) const
inline

Definition at line 558 of file platform.h.

◆ stack_size()

int v8::base::Thread::Options::stack_size ( ) const
inline

Definition at line 557 of file platform.h.

Member Data Documentation

◆ name_

const char* v8::base::Thread::Options::name_
private

Definition at line 561 of file platform.h.

◆ priority_

const Priority v8::base::Thread::Options::priority_
private

Definition at line 562 of file platform.h.

◆ stack_size_

const int v8::base::Thread::Options::stack_size_
private

Definition at line 563 of file platform.h.


The documentation for this class was generated from the following file: