package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Data race analysis.

module M = Messages
module GU = Goblintutil
module Addr = ValueDomain.Addr
module Offs = ValueDomain.Offs
module Lockset = LockDomain.Lockset
module Mutexes = LockDomain.Mutexes
module AD = ValueDomain.AD
module ID = ValueDomain.ID
module IdxDom = ValueDomain.IndexDomain
module LockingPattern = Exp.LockingPattern
module Exp = Exp.Exp
module LF = LibraryFunctions
val big_kernel_lock : LockDomain.Addr.t
val console_sem : LockDomain.Addr.t
val verifier_atomic : LockDomain.Addr.t
module type SpecParam = sig ... end
module MakeSpec (P : SpecParam) : sig ... end

Data race analyzer without base --- this is the new standard

module MyParam : sig ... end
module WriteBased : sig ... end
module Spec : sig ... end