Searched refs:POOLMTXUNLOCK (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfclose.c92 POOLMTXUNLOCK(&_Sfpool);
H A Dsfpool.c74 { POOLMTXUNLOCK(last);
85 POOLMTXUNLOCK(last);
H A Dsfhdr.h403 #define POOLMTXUNLOCK(p) ( vtmtxunlock(&(p)->mutex) ) macro
405 #define POOLMTXRETURN(p,rv) { POOLMTXUNLOCK(p); return(rv); }
428 #define POOLMTXUNLOCK(p) macro

Completed in 66 milliseconds