bpf::system::ScopeLock class

Helper to represent a scope based lock using the Framework mutex (see Mutex)

Constructors, destructors, conversion operators

ScopeLock(const Mutex& mutex) explicit
~ScopeLock()

Function documentation

bpf::system::ScopeLock::ScopeLock(const Mutex& mutex) explicit

Parameters
mutex Reference to a mutex to use for the lock

Constructs a scope lock