Home
last modified time | relevance | path

Searched defs:FLOCKFILE (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dlocal.h91 #define FLOCKFILE(fp) do { if (__isthreaded) flockfile(fp); } while (0) macro
/bionic/libc/netbsd/net/
Dreentrant.h229 #define FLOCKFILE(fp) __flockfile_internal(fp, 1) macro