Home
last modified time | relevance | path

Searched refs:vtmtxunlock (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfmutex.c54 vtmtxunlock(_Sfmutex);
64 return vtmtxunlock(f->mutex);
H A Dvthread.h121 extern int vtmtxunlock _ARG_((Vtmutex_t*));
209 #define vtmtxunlock(mtx) (-1) macro
H A Dsftmp.c92 (void)vtmtxunlock(_Sfmutex);
110 (void)vtmtxunlock(_Sfmutex); in _rmfiles()
139 (void)vtmtxunlock(_Sfmutex);
H A Dsfmode.c246 (void)vtmtxunlock(_Sfmutex);
302 (void)vtmtxunlock(_Sfmutex);
H A Dsfhdr.h406 #define POOLMTXUNLOCK(p) ( vtmtxunlock(&(p)->mutex) )