Searched refs:__close (Results 1 – 6 of 6) sorted by relevance
370 int __close(uint64_t fd) { in __close() function
1487 __close(FD); in __bolt_instr_data_dump()1489 __close(Ctx.FileDesc); in __bolt_instr_data_dump()
1772 TSAN_INTERCEPTOR(int, __close, int fd) { in TSAN_INTERCEPTOR() argument1773 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)
1776 TSAN_INTERCEPTOR(int, __close, int fd) { in TSAN_INTERCEPTOR() argument1777 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)
3964 wbuffer_convert* __close();3991 __close();4354 wbuffer_convert<_Codecvt, _Elem, _Tr>::__close()
531 fun:__close=uninstrumented