Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dflockfile.c73 _FLOCK_UNLOCK(fp); in funlockfile()
/bionic/libc/stdio/
Dfileext.h65 #define _FLOCK_UNLOCK(fp) pthread_mutex_unlock(&_FLOCK(fp)) macro