Home
last modified time | relevance | path

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

/titanic_50/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.h390 #define SFMTXUNLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_UNLOCK) : 0) macro
415 #define SFMTXUNLOCK(f) /*(0)*/ macro
H A Dsfmode.c106 SFMTXUNLOCK(f); in _sfcleanup()