Home
last modified time | relevance | path

Searched defs:mutex_unlock (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/3rdparty/libtirpc/tirpc/
H A Dreentrant.h129 #define mutex_unlock(m) LeaveCriticalSection(m) macro
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dmodule.h462 #define mutex_unlock(x) ExReleaseFastMutex(&((x)->lock)) macro