Searched refs:SFMTX_LOCK (Results 1 – 4 of 4) sorted by relevance
31 (void)sfmutex(f, SFMTX_LOCK); in flockfile()
59 if(type == SFMTX_LOCK)
374 if(sfmutex((ff), SFMTX_LOCK) != 0) return(rv); \392 #define SFMTXLOCK(f) (((f)->flags&SF_MTSAFE) ? sfmutex(f,SFMTX_LOCK) : 0)
117 #define SFMTX_LOCK 0 /* up mutex count */ macro