Searched refs:SFMTX_UNLOCK (Results 1 – 4 of 4) sorted by relevance
31 (void)sfmutex(f, SFMTX_UNLOCK); in funlockfile()
63 else if(type == SFMTX_UNLOCK)
385 sfmutex((ff), SFMTX_UNLOCK); \393 #define SFMTXUNLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_UNLOCK) : 0)
119 #define SFMTX_UNLOCK 2 /* down mutex count */ macro