Files
rocm-systems/runtime/hsa-runtime/core
Sunday Clement a97b7df4b9 rocr: Fix Potential Deadlock
Because eventDescrp->mutex is a non-recursive lock attempting to
acquire the lock with pthread_mutex_lock can cause the system to hang
indefinitely if the lock was already previously aquired with the
preceeding call to pthread_mutex_trylock.

Signed-off-by: Sunday Clement <Sunday.Clement@amd.com>
2025-06-04 10:18:09 -04:00
..
2025-04-23 15:53:29 -04:00
2025-06-02 11:18:36 -04:00
2025-06-04 10:18:09 -04:00