mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-11 03:18:20 +02:00
mutex.get_mut() says Since this call borrows the Mutex mutably, no actual locking needs to take place – the mutable borrow statically guarantees no new locks can be acquired while this reference exists. However, the borrow checker does not really apply inside of the unsafe ffi functions which can result in unintended concurrent access. Bug: b/519657682 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42061> |
||
|---|---|---|
| .. | ||
| ci | ||
| protocols | ||
| vdrm | ||
| venus-protocol | ||
| virtgpu_kumquat | ||
| virtgpu_kumquat_ffi | ||
| virtio-gpu | ||
| vtest | ||
| vulkan | ||