How to check which thread holds a mutex in user mode from windbg?

Hi, all
I am debugging a multithread application in user mode with windbg. I want to
know the information of the thread which holds a mutex. Does windbg has a
command to do this in user mode? Thanks for any help.

Ted Chang