cprover
thread_instrumentation.cpp File Reference
Include dependency graph for thread_instrumentation.cpp:

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)
 

Function Documentation

◆ has_start_thread()

static bool has_start_thread ( const goto_programt goto_program)
static

Definition at line 16 of file thread_instrumentation.cpp.

References goto_program, and goto_programt::instructions.

Referenced by thread_exit_instrumentation().

◆ mutex_init_instrumentation() [1/2]

◆ mutex_init_instrumentation() [2/2]

◆ thread_exit_instrumentation() [1/2]

◆ thread_exit_instrumentation() [2/2]