Home
last modified time | relevance | path

Searched refs:__close (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/runtime/
H A Dcommon.h370 int __close(uint64_t fd) { in __close() function
H A Dinstr.cpp1487 __close(FD); in __bolt_instr_data_dump()
1489 __close(Ctx.FileDesc); in __bolt_instr_data_dump()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp1772 TSAN_INTERCEPTOR(int, __close, int fd) { in TSAN_INTERCEPTOR() argument
1773 SCOPED_TSAN_INTERCEPTOR(__close, fd); in TSAN_INTERCEPTOR()
1776 return REAL(__close)(fd); in TSAN_INTERCEPTOR()
1778 #define TSAN_MAYBE_INTERCEPT___CLOSE TSAN_INTERCEPT(__close)
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1776 TSAN_INTERCEPTOR(int, __close, int fd) { in TSAN_INTERCEPTOR() argument
1777 SCOPED_INTERCEPTOR_RAW(__close, fd); in TSAN_INTERCEPTOR()
1779 return REAL(__close)(fd); in TSAN_INTERCEPTOR()
1781 #define TSAN_MAYBE_INTERCEPT___CLOSE TSAN_INTERCEPT(__close)
/llvm-project-15.0.7/libcxx/include/
H A Dlocale3964 wbuffer_convert* __close();
3991 __close();
4354 wbuffer_convert<_Codecvt, _Elem, _Tr>::__close()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt531 fun:__close=uninstrumented