Crashpad
 
Loading...
Searching...
No Matches
crashpad::SpinGuardState Struct Referencefinal

Spinlock state for ScopedSpinGuard. More...

#include "util/synchronization/scoped_spin_guard.h"

Public Member Functions

constexpr SpinGuardState ()
 A ScopedSpinGuard in an unlocked state.
 
 SpinGuardState (const SpinGuardState &)=delete
 
SpinGuardStateoperator= (const SpinGuardState &)=delete
 

Public Attributes

std::atomic< bool > locked
 true if the ScopedSpinGuard is locked, false otherwise.
 

Detailed Description

Spinlock state for ScopedSpinGuard.


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