Module Goblint_lib.CreationLockset

creation lockset analysis creationLockset constructs edges on the graph over all threads, where the edges are labelled with must-locksets: (t_1) ---L--> (t_0) is represented by global t_1 t_0 = L and means that t_1 is protected by all members of L from t_0

@see https://github.com/goblint/analyzer/pull/1865

module TIDs = ConcDomain.ThreadSet
module Lock = LockDomain.MustLock
module Lockset = LockDomain.MustLockset
module Spec : sig ... end