46
edits
Changes
→Deadlocks
===Deadlocks===
A deadlock is when a multiple processes attempt to access the same resource at the same time, and the waiting process is holding a resource that the first process needs to finish.
'''Intel Inspector cannot detect a Deadlock problem involving more than four threads.'''
[[File:deadlock.png|800px]]
https://github.com/JTardif1/gpu_project/blob/master/Deadlock.cpp