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

/ast/src/lib/libast/sfio/
H A Dsfstack.c31 { if(f1) SFMTXLOCK(f1); \
32 if(f2) SFMTXLOCK(f2); \
H A Dsfpool.c269 { SFMTXLOCK(f);
278 { SFMTXLOCK(pf);
H A Dsfhdr.h392 #define SFMTXLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_LOCK) : 0) macro
417 #define SFMTXLOCK(f) /*(0)*/ macro
H A Dsfmode.c88 SFMTXLOCK(f);

Completed in 18 milliseconds