Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dlocal.h96 #define FUNLOCKFILE(fp) do { if (__isthreaded) funlockfile(fp); } while (0) macro
/bionic/libc/netbsd/net/
Dreentrant.h230 #define FUNLOCKFILE(fp) __funlockfile_internal(fp, 1) macro