angr.procedures.posix.pthread¶
- class angr.procedures.posix.pthread.pthread_create¶
Bases:
SimProcedureSimulates the new thread as an equally viable branch of symbolic execution.
- ADDS_EXITS = True¶
- terminate_thread(thread, attr, start_routine, arg)¶
- class angr.procedures.posix.pthread.pthread_cond_signal¶
Bases:
SimProcedureA no-op.
- class angr.procedures.posix.pthread.pthread_mutex_lock¶
Bases:
SimProcedureAlways returns 0 (SUCCESS).
- class angr.procedures.posix.pthread.pthread_mutex_unlock¶
Bases:
SimProcedureAlways returns 0 (SUCCESS).
- class angr.procedures.posix.pthread.pthread_once¶
Bases:
SimProcedure- retsite(control, func)¶