Skip to content
Snippets Groups Projects
Commit d3476f7d authored by Sasha Levin's avatar Sasha Levin Committed by Will Deacon
Browse files

kvm tools: use mutex abstraction instead of pthread mutex


We already have something to wrap pthread with mutex_[init,lock,unlock]
calls. This patch creates a new struct mutex abstraction and moves
everything to work with it.

Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent a4d8c55e
No related branches found
No related tags found
No related merge requests found
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