#include <parked-scope.h>
|
| ParkingConditionVariable ()=default |
|
| ParkingConditionVariable (const ParkingConditionVariable &)=delete |
|
ParkingConditionVariable & | operator= (const ParkingConditionVariable &)=delete |
|
V8_INLINE void | ParkedWait (LocalIsolate *local_isolate, base::Mutex *mutex) |
|
V8_INLINE void | ParkedWait (LocalHeap *local_heap, base::Mutex *mutex) |
|
void | ParkedWait (const ParkedScope &scope, base::Mutex *mutex) |
|
V8_INLINE bool | ParkedWaitFor (LocalIsolate *local_isolate, base::Mutex *mutex, const base::TimeDelta &rel_time) V8_WARN_UNUSED_RESULT |
|
V8_INLINE bool | ParkedWaitFor (LocalHeap *local_heap, base::Mutex *mutex, const base::TimeDelta &rel_time) V8_WARN_UNUSED_RESULT |
|
bool | ParkedWaitFor (const ParkedScope &scope, base::Mutex *mutex, const base::TimeDelta &rel_time) V8_WARN_UNUSED_RESULT |
|
| ConditionVariable () |
|
| ConditionVariable (const ConditionVariable &)=delete |
|
ConditionVariable & | operator= (const ConditionVariable &)=delete |
|
| ~ConditionVariable () |
|
void | NotifyOne () |
|
void | NotifyAll () |
|
void | Wait (Mutex *mutex) |
|
bool | WaitFor (Mutex *mutex, const TimeDelta &rel_time) V8_WARN_UNUSED_RESULT |
|
Definition at line 130 of file parked-scope.h.
◆ ParkingConditionVariable() [1/2]
v8::internal::ParkingConditionVariable::ParkingConditionVariable |
( |
| ) |
|
|
default |
◆ ParkingConditionVariable() [2/2]
◆ operator=()
◆ ParkedWait() [1/3]
◆ ParkedWait() [2/3]
◆ ParkedWait() [3/3]
◆ ParkedWaitFor() [1/3]
◆ ParkedWaitFor() [2/3]
◆ ParkedWaitFor() [3/3]
The documentation for this class was generated from the following files: