Skip to content

vulkan: Set queue->submit.thread_run with lock and unlock.

Sergii Melikhov requested to merge GL/mesa:fix/cid_1494381 into main

Fix defect reported by Coverity Scan.

Missing lock and unlock (LOCK). Set queue->submit.thread_run without lock and unlock.

Signed-off-by: Sergii Melikhov sergii.v.melikhov@globallogic.com

Edited by Sergii Melikhov

Merge request reports