HomeSort by relevance Sort by last modified time
    Searched refs:_FLOCK (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
flockfile.cpp 40 pthread_mutex_lock(&_FLOCK(fp));
51 return pthread_mutex_trylock(&_FLOCK(fp));
56 pthread_mutex_unlock(&_FLOCK(fp));
  /bionic/libc/stdio/
local.h 157 #define _FLOCK(fp) _EXT(fp)->_lock
167 pthread_mutex_init(&_FLOCK(fp), &attr); \

Completed in 97 milliseconds