#include <thread-id.h>
Definition at line 14 of file thread-id.h.
◆ ThreadId() [1/2]
v8::internal::ThreadId::ThreadId |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ ThreadId() [2/2]
v8::internal::ThreadId::ThreadId |
( |
int | id | ) |
|
|
inlineexplicitconstexprprivatenoexcept |
◆ Current()
static ThreadId v8::internal::ThreadId::Current |
( |
| ) |
|
|
inlinestatic |
◆ FromInteger()
static constexpr ThreadId v8::internal::ThreadId::FromInteger |
( |
int | id | ) |
|
|
inlinestaticconstexpr |
◆ GetCurrentThreadId()
int v8::internal::ThreadId::GetCurrentThreadId |
( |
| ) |
|
|
staticprivate |
◆ Invalid()
static constexpr ThreadId v8::internal::ThreadId::Invalid |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ IsValid()
bool v8::internal::ThreadId::IsValid |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool v8::internal::ThreadId::operator!= |
( |
const ThreadId & | other | ) |
const |
|
inline |
◆ operator==()
bool v8::internal::ThreadId::operator== |
( |
const ThreadId & | other | ) |
const |
|
inline |
◆ ToInteger()
int v8::internal::ThreadId::ToInteger |
( |
| ) |
const |
|
inlineconstexpr |
◆ TryGetCurrent()
ThreadId v8::internal::ThreadId::TryGetCurrent |
( |
| ) |
|
|
static |
◆ id_
int v8::internal::ThreadId::id_ |
|
private |
◆ kInvalidId
int v8::internal::ThreadId::kInvalidId = -1 |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: