CBMC
|
#include "thread_instrumentation.h"
#include <util/c_types.h>
#include <util/pointer_expr.h>
#include <util/string_constant.h>
#include <goto-programs/goto_model.h>
Go to the source code of this file.
Functions | |
static bool | has_start_thread (const goto_programt &goto_program) |
void | thread_exit_instrumentation (goto_programt &goto_program) |
void | thread_exit_instrumentation (goto_modelt &goto_model) |
void | mutex_init_instrumentation (const symbol_tablet &symbol_table, goto_programt &goto_program, typet lock_type) |
void | mutex_init_instrumentation (goto_modelt &goto_model) |
|
static |
Definition at line 17 of file thread_instrumentation.cpp.
void mutex_init_instrumentation | ( | const symbol_tablet & | symbol_table, |
goto_programt & | goto_program, | ||
typet | lock_type | ||
) |
Definition at line 80 of file thread_instrumentation.cpp.
void mutex_init_instrumentation | ( | goto_modelt & | goto_model | ) |
Definition at line 109 of file thread_instrumentation.cpp.
void thread_exit_instrumentation | ( | goto_modelt & | goto_model | ) |
Definition at line 53 of file thread_instrumentation.cpp.
void thread_exit_instrumentation | ( | goto_programt & | goto_program | ) |
Definition at line 26 of file thread_instrumentation.cpp.