class HybridMutex

Defined at line 24 of file ../../third_party/scudo/src/mutex.h

Public Methods

void lock ()

Defined at line 27 of file ../../third_party/scudo/src/mutex.h

void assertHeld ()

TODO(chiahungduan): In general, we may want to assert the owner of lock as

well. Given the current uses of HybridMutex, it's acceptable without

asserting the owner. Re-evaluate this when we have certain scenarios which

requires a more fine-grained lock granularity.

Defined at line 50 of file ../../third_party/scudo/src/mutex.h

bool tryLock ()
void unlock ()