class Mutex

Defined at line 16 of file ../../third_party/scudo/gwp_asan/mutex.h

Public Methods

void Mutex ()

Defined at line 18 of file ../../third_party/scudo/gwp_asan/mutex.h

void ~Mutex ()

Defined at line 19 of file ../../third_party/scudo/gwp_asan/mutex.h

void Mutex (const Mutex & )

Defined at line 20 of file ../../third_party/scudo/gwp_asan/mutex.h

void lock ()

Lock the mutex.

Mutex & operator= (const Mutex & )

Defined at line 21 of file ../../third_party/scudo/gwp_asan/mutex.h

bool tryLock ()

Nonblocking trylock of the mutex. Returns true if the lock was acquired.

void unlock ()

Unlock the mutex.