Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dfileobject.c12 #define FUNLOCKFILE(f) funlockfile(f) macro
16 #define FUNLOCKFILE(f) macro
/aosp_15_r20/external/python/cpython2/Objects/
Dfileobject.c32 #define FUNLOCKFILE(f) funlockfile(f) macro
36 #define FUNLOCKFILE(f) macro
/aosp_15_r20/bionic/libc/stdio/
H A Dlocal.h229 #define FUNLOCKFILE(fp) \ macro