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

/osnet-11/usr/src/lib/libast/common/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);
139 (void)vtmtxunlock(_Sfmutex);
H A Dsfmode.c246 (void)vtmtxunlock(_Sfmutex);
298 (void)vtmtxunlock(_Sfmutex);
H A Dsfhdr.h406 #define POOLMTXUNLOCK(p) ( vtmtxunlock(&(p)->mutex) )

Completed in 33 milliseconds