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

#include <parallel-work-item.h>

Inheritance diagram for v8::internal::ParallelWorkItem:
Collaboration diagram for v8::internal::ParallelWorkItem:

Public Member Functions

 ParallelWorkItem ()=default
 
bool TryAcquire ()
 
bool IsAcquired () const
 

Private Attributes

bool acquire_ {false}
 

Detailed Description

Definition at line 13 of file parallel-work-item.h.

Constructor & Destructor Documentation

◆ ParallelWorkItem()

v8::internal::ParallelWorkItem::ParallelWorkItem ( )
default

Member Function Documentation

◆ IsAcquired()

bool v8::internal::ParallelWorkItem::IsAcquired ( ) const
inline

Definition at line 25 of file parallel-work-item.h.

Here is the caller graph for this function:

◆ TryAcquire()

bool v8::internal::ParallelWorkItem::TryAcquire ( )
inline

Definition at line 17 of file parallel-work-item.h.

Member Data Documentation

◆ acquire_

bool v8::internal::ParallelWorkItem::acquire_ {false}
private

Definition at line 31 of file parallel-work-item.h.


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