Module RacerDDomain.LocksDomain

Overapproximation of number of locks that are currently held

type t
val acquire_lock : t -> t

record acquisition of a lock

val release_lock : t -> t

record release of a lock

val integrate_summary : caller_astate:t -> callee_astate:t -> t

integrate current state with a callee summary