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

#include <parked-scope.h>

Inheritance diagram for v8::internal::ParkingSemaphore:
Collaboration diagram for v8::internal::ParkingSemaphore:

Public Member Functions

 ParkingSemaphore (int count)
 
 ParkingSemaphore (const ParkingSemaphore &)=delete
 
ParkingSemaphoreoperator= (const ParkingSemaphore &)=delete
 
V8_INLINE void ParkedWait (LocalIsolate *local_isolate)
 
V8_INLINE void ParkedWait (LocalHeap *local_heap)
 
void ParkedWait (const ParkedScope &scope)
 
V8_INLINE bool ParkedWaitFor (LocalIsolate *local_isolate, const base::TimeDelta &rel_time) V8_WARN_UNUSED_RESULT
 
V8_INLINE bool ParkedWaitFor (LocalHeap *local_heap, const base::TimeDelta &rel_time) V8_WARN_UNUSED_RESULT
 
bool ParkedWaitFor (const ParkedScope &scope, const base::TimeDelta &rel_time)
 
- Public Member Functions inherited from v8::base::Semaphore
 Semaphore (int count)
 
 Semaphore (const Semaphore &)=delete
 
Semaphoreoperator= (const Semaphore &)=delete
 
 ~Semaphore ()
 
void Signal ()
 
void Wait ()
 
bool WaitFor (const TimeDelta &rel_time) V8_WARN_UNUSED_RESULT
 
NativeHandle & native_handle ()
 
const NativeHandle & native_handle () const
 

Detailed Description

Definition at line 165 of file parked-scope.h.

Constructor & Destructor Documentation

◆ ParkingSemaphore() [1/2]

v8::internal::ParkingSemaphore::ParkingSemaphore ( int count)
inlineexplicit

Definition at line 167 of file parked-scope.h.

◆ ParkingSemaphore() [2/2]

v8::internal::ParkingSemaphore::ParkingSemaphore ( const ParkingSemaphore & )
delete

Member Function Documentation

◆ operator=()

ParkingSemaphore & v8::internal::ParkingSemaphore::operator= ( const ParkingSemaphore & )
delete

◆ ParkedWait() [1/3]

void v8::internal::ParkingSemaphore::ParkedWait ( const ParkedScope & scope)
inline

Definition at line 174 of file parked-scope.h.

◆ ParkedWait() [2/3]

V8_INLINE void v8::internal::ParkingSemaphore::ParkedWait ( LocalHeap * local_heap)

Definition at line 94 of file parked-scope-inl.h.

Here is the call graph for this function:

◆ ParkedWait() [3/3]

V8_INLINE void v8::internal::ParkingSemaphore::ParkedWait ( LocalIsolate * local_isolate)

Definition at line 90 of file parked-scope-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ParkedWaitFor() [1/3]

bool v8::internal::ParkingSemaphore::ParkedWaitFor ( const ParkedScope & scope,
const base::TimeDelta & rel_time )
inline

Definition at line 186 of file parked-scope.h.

◆ ParkedWaitFor() [2/3]

V8_INLINE bool v8::internal::ParkingSemaphore::ParkedWaitFor ( LocalHeap * local_heap,
const base::TimeDelta & rel_time )

Definition at line 104 of file parked-scope-inl.h.

Here is the call graph for this function:

◆ ParkedWaitFor() [3/3]

V8_INLINE bool v8::internal::ParkingSemaphore::ParkedWaitFor ( LocalIsolate * local_isolate,
const base::TimeDelta & rel_time )

Definition at line 99 of file parked-scope-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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