package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d

doc/goblint.lib/Pml_osek/index.html

Module Pml_osek

type state =
  1. | SUSPENDED
  2. | WAITING
  3. | READY
and waiting_for =
  1. | NONE
  2. | EVENT
  3. | RESOURCE
val show_waiting_for : waiting_for -> Ppx_deriving_runtime.string
val min_state : int
val max_state : int
val state_to_enum : state -> int
val state_of_enum : int -> state option
val min_waiting_for : int
val max_waiting_for : int
val waiting_for_to_enum : waiting_for -> int
val waiting_for_of_enum : int -> waiting_for option
val init : 'a -> unit * string
OCaml

Innovation. Community. Security.