Skip to content
Snippets Groups Projects
Commit 2232b929 authored by Francisco Jerez's avatar Francisco Jerez
Browse files

clover: Refactor event::trigger and ::abort to prevent deadlock and reentrancy issues.


Refactor ::trigger and ::abort to split out the operations that access
concurrently modified data members and require locking from the
recursive and possibly re-entrant part of these methods.  This will
avoid some deadlock situations when locking is implemented.

Tested-by: default avatarTom Stellard <thomas.stellard@amd.com>
CC: 10.5 <mesa-stable@lists.freedesktop.org>
parent d91d6b3f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment