package frama-c
Platform dedicated to the analysis of source code written in C
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
SSylvain Chiron
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
BBenjamin Jorge
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
KKilyan Le Gallic
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
CCécile Ruet-Cros
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
frama-c-31.0-Gallium.tar.gz
sha256=a94384f00d53791cbb4b4d83ab41607bc71962d42461f02d71116c4ff6dca567
doc/mthread/Mthread/Mt_types/index.html
Module Mthread.Mt_types
Source
Kind of access to zones
Source
type rw =
| Read
| Write of Frama_c_kernel.Locations.location
| ReadAloc of Eva__.Analysis_location.t
| WriteAloc of Eva__.Analysis_location.t
Multithread events
Source
type event =
| CreateThread of Eva__.Thread.t
| StartThread of Eva__.Thread.t
| SuspendThread of Eva__.Thread.t
| CancelThread of Eva__.Thread.t
| ThreadExit of Mt_memory.Types.value
| MutexLock of Eva__.Mutex.t
| MutexRelease of Eva__.Mutex.t
| CreateQueue of Eva__.Mqueue.t * int option
| SendMsg of Eva__.Mqueue.t * Mt_memory.Types.slice * int
(*SendMsg(q, (msg, size))
q
: the queuemsg
: content of the messagesize
: size of the message
| ReceiveMsg of Eva__.Mqueue.t * Mt_memory.Types.pointer * int
(*ReceiveMsg(q, ptr, size)
q
: the queueptr
: loc to which the message must be writtensize
: max size to read
| VarAccess of rw * Frama_c_kernel.Locations.Zone.t
(*Access to some shared variables
*)| Dummy of string * Mt_memory.Types.value list
Maps from statements to multithread events, together with the context in which they occur
Execution trace, mapping execution stacks to sets of events occurring at this point
Live threads/taken mutexes at a given point of execution
Source
module ThreadPresence :
Presence
with type key = Eva__.Thread.t
and module KeySet = Eva__Private.Thread.Set
Source
module MutexPresence :
Presence
with type key = Eva__.Mutex.t
and module KeySet = Eva__Private.Mutex.Set
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>