Fix mutex lock issues

This commit is contained in:
2026-04-13 19:48:32 +10:00
parent 56a8f09adf
commit 844d7396b2
30 changed files with 445 additions and 575 deletions

View File

@@ -121,7 +121,11 @@
"Bash(dir /s /b \"C:\\\\Program Files \\(x86\\)\\\\National Instruments\\\\Vision\\\\*OpenCV*\")",
"Bash(dir /s /b \"C:\\\\Program Files \\(x86\\)\\\\National Instruments\\\\Vision\\\\Help\\\\*\")",
"Bash(findstr /i \"opencv\")",
"WebFetch(domain:documentation.help)"
"WebFetch(domain:documentation.help)",
"Bash(python /tmp/apply_guards.py)",
"Bash(python /tmp/apply_all_guards.py)",
"Bash(python /tmp/cleanup_redundant_checks.py)",
"Bash(python /tmp/final_cleanup.py)"
]
}
}