Home
last modified time | relevance | path

Searched refs:_FLOCK (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dflockfile.cpp40 pthread_mutex_lock(&_FLOCK(fp)); in flockfile()
51 return pthread_mutex_trylock(&_FLOCK(fp)); in ftrylockfile()
56 pthread_mutex_unlock(&_FLOCK(fp)); in funlockfile()
/bionic/libc/stdio/
Dlocal.h153 #define _FLOCK(fp) _EXT(fp)->_lock macro
163 pthread_mutex_init(&_FLOCK(fp), &attr); \