digraph petrinet { MUTEX_0 [shape="circle" xlabel="MUTEX_0" label="•"]; PROGRAM_END [shape="circle" xlabel="PROGRAM_END" label=""]; PROGRAM_PANIC [shape="circle" xlabel="PROGRAM_PANIC" label=""]; PROGRAM_START [shape="circle" xlabel="PROGRAM_START" label="•"]; main_BB1 [shape="circle" xlabel="main_BB1" label=""]; main_BB10 [shape="circle" xlabel="main_BB10" label=""]; main_BB11 [shape="circle" xlabel="main_BB11" label=""]; main_BB12 [shape="circle" xlabel="main_BB12" label=""]; main_BB2 [shape="circle" xlabel="main_BB2" label=""]; main_BB3 [shape="circle" xlabel="main_BB3" label=""]; main_BB4 [shape="circle" xlabel="main_BB4" label=""]; main_BB5 [shape="circle" xlabel="main_BB5" label=""]; main_BB6 [shape="circle" xlabel="main_BB6" label=""]; main_BB7 [shape="circle" xlabel="main_BB7" label=""]; main_BB8 [shape="circle" xlabel="main_BB8" label=""]; main_BB9 [shape="circle" xlabel="main_BB9" label=""]; main_DROP_10 [shape="box" xlabel="" label="main_DROP_10"]; main_DROP_11 [shape="box" xlabel="" label="main_DROP_11"]; main_DROP_6 [shape="box" xlabel="" label="main_DROP_6"]; main_DROP_7 [shape="box" xlabel="" label="main_DROP_7"]; main_DROP_8 [shape="box" xlabel="" label="main_DROP_8"]; main_DROP_UNWIND_6 [shape="box" xlabel="" label="main_DROP_UNWIND_6"]; main_DROP_UNWIND_7 [shape="box" xlabel="" label="main_DROP_UNWIND_7"]; main_RETURN [shape="box" xlabel="" label="main_RETURN"]; main_UNWIND_12 [shape="box" xlabel="" label="main_UNWIND_12"]; std_ops_Deref_deref_0_CALL [shape="box" xlabel="" label="std_ops_Deref_deref_0_CALL"]; std_ops_Deref_deref_1_CALL [shape="box" xlabel="" label="std_ops_Deref_deref_1_CALL"]; std_sync_Arc_T_new_0_CALL [shape="box" xlabel="" label="std_sync_Arc_T_new_0_CALL"]; std_sync_Mutex_T_lock_0_CALL [shape="box" xlabel="" label="std_sync_Mutex_T_lock_0_CALL"]; std_sync_Mutex_T_lock_1_CALL [shape="box" xlabel="" label="std_sync_Mutex_T_lock_1_CALL"]; std_sync_Mutex_T_new_0_CALL [shape="box" xlabel="" label="std_sync_Mutex_T_new_0_CALL"]; MUTEX_0 -> std_sync_Mutex_T_lock_0_CALL; MUTEX_0 -> std_sync_Mutex_T_lock_1_CALL; PROGRAM_START -> std_sync_Mutex_T_new_0_CALL; main_BB1 -> std_sync_Arc_T_new_0_CALL; main_BB10 -> main_DROP_10; main_BB11 -> main_DROP_11; main_BB12 -> main_UNWIND_12; main_BB2 -> std_ops_Deref_deref_0_CALL; main_BB3 -> std_sync_Mutex_T_lock_0_CALL; main_BB4 -> std_ops_Deref_deref_1_CALL; main_BB5 -> std_sync_Mutex_T_lock_1_CALL; main_BB6 -> main_DROP_6; main_BB6 -> main_DROP_UNWIND_6; main_BB7 -> main_DROP_7; main_BB7 -> main_DROP_UNWIND_7; main_BB8 -> main_DROP_8; main_BB9 -> main_RETURN; main_DROP_10 -> MUTEX_0; main_DROP_10 -> main_BB11; main_DROP_11 -> main_BB12; main_DROP_6 -> MUTEX_0; main_DROP_6 -> main_BB7; main_DROP_7 -> MUTEX_0; main_DROP_7 -> main_BB8; main_DROP_8 -> main_BB9; main_DROP_UNWIND_6 -> MUTEX_0; main_DROP_UNWIND_6 -> main_BB10; main_DROP_UNWIND_7 -> MUTEX_0; main_DROP_UNWIND_7 -> main_BB11; main_RETURN -> PROGRAM_END; main_UNWIND_12 -> PROGRAM_PANIC; std_ops_Deref_deref_0_CALL -> main_BB3; std_ops_Deref_deref_1_CALL -> main_BB5; std_sync_Arc_T_new_0_CALL -> main_BB2; std_sync_Mutex_T_lock_0_CALL -> main_BB4; std_sync_Mutex_T_lock_1_CALL -> main_BB6; std_sync_Mutex_T_new_0_CALL -> main_BB1; }