package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.4.0.tbz
sha256=99b78e6def71534d195eef9084baa26d8334b36084e120aa6afb300c9bf8afa6
sha512=f3162bd95a03c00358a2991f6152fc6169205bfb4c55e2c483e98cc3935673df9656d025b6f1ea0fa5f1bd0aee037d4f483966b0d2907e3fa9bf11a93a3392af

doc/goblint.lib/Goblint_lib/ExtractPthread/index.html

Module Goblint_lib.ExtractPthread

Promela extraction analysis for Pthread programs (extract-pthread).

class uniqueVarPrinterClass : object ... end
val printer : uniqueVarPrinterClass
type thread_id = int
type thread_name = string
type mutex_id = int
type mutex_name = string
type cond_var_id = int
type cond_var_name = string
type fun_name = string
module Resource : sig ... end
module Action : sig ... end
type node = CilType.Location.t

type of a node in CFG

type edge = node * Action.t * node

type of a single edge in CFG

module Tbls : sig ... end
val promela_main : fun_name
module Tasks : sig ... end
module Env : sig ... end
module Edges : sig ... end
module Variable : sig ... end
module Variables : sig ... end
type promela_src = string

promela source code

module Codegen : sig ... end
OCaml

Innovation. Community. Security.