Searched refs:_FLOCK (Results 1 – 2 of 2) sorted by relevance
40 pthread_mutex_lock(&_FLOCK(fp)); in flockfile()51 return pthread_mutex_trylock(&_FLOCK(fp)); in ftrylockfile()56 pthread_mutex_unlock(&_FLOCK(fp)); in funlockfile()
157 #define _FLOCK(fp) _EXT(fp)->_lock macro167 pthread_mutex_init(&_FLOCK(fp), &attr); \