Searched refs:SFMTXUNLOCK (Results 1 – 4 of 4) sorted by relevance
271 { SFMTXUNLOCK(f);281 SFMTXUNLOCK(f);282 SFMTXUNLOCK(pf);292 SFMTXUNLOCK(f);294 SFMTXUNLOCK(pf);362 SFMTXUNLOCK(f);366 SFMTXUNLOCK(pf);
35 { if(f1) SFMTXUNLOCK(f1); \36 if(f2) SFMTXUNLOCK(f2); \
390 #define SFMTXUNLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_UNLOCK) : 0) macro415 #define SFMTXUNLOCK(f) /*(0)*/ macro
106 SFMTXUNLOCK(f); in _sfcleanup()