LLVM 22.0.0git
AdvisoryLock.h File Reference
#include "llvm/Support/Error.h"
#include <chrono>

Go to the source code of this file.

Classes

class  llvm::AdvisoryLock
 A synchronization primitive with weak mutual exclusion guarantees. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Enumerations

enum class  llvm::WaitForUnlockResult { llvm::Success , llvm::OwnerDied , llvm::Timeout }
 Describes the result of waiting for the owner to release the lock. More...