Searched refs:SFMTXUNLOCK (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpool.c271 { SFMTXUNLOCK(f);
281 SFMTXUNLOCK(f);
282 SFMTXUNLOCK(pf);
292 SFMTXUNLOCK(f);
294 SFMTXUNLOCK(pf);
362 SFMTXUNLOCK(f);
366 SFMTXUNLOCK(pf);
H A Dsfstack.c35 { if(f1) SFMTXUNLOCK(f1); \
36 if(f2) SFMTXUNLOCK(f2); \
H A Dsfhdr.h393 #define SFMTXUNLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_UNLOCK) : 0) macro
418 #define SFMTXUNLOCK(f) /*(0)*/ macro
H A Dsfmode.c107 SFMTXUNLOCK(f);

Completed in 28 milliseconds