Searched refs:SFMTXLOCK (Results 1 – 4 of 4) sorted by relevance
31 { if(f1) SFMTXLOCK(f1); \32 if(f2) SFMTXLOCK(f2); \
269 { SFMTXLOCK(f);278 { SFMTXLOCK(pf);
389 #define SFMTXLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_LOCK) : 0) macro414 #define SFMTXLOCK(f) /*(0)*/ macro
88 SFMTXLOCK(f); in _sfcleanup()