Searched refs:__close (Results 1 – 5 of 5) sorted by relevance
37 __weak_reference(__sys_close, __close);
133 #define __close(fd) (close(fd)) macro478 if (sd >= 0) __close(sd); in nl_close()
1846 TSAN_INTERCEPTOR(int, __close, int fd) { in TSAN_INTERCEPTOR() argument1847 SCOPED_INTERCEPTOR_RAW(__close, fd); in TSAN_INTERCEPTOR()1849 return REAL(__close)(fd); in TSAN_INTERCEPTOR()1851 #define TSAN_MAYBE_INTERCEPT___CLOSE TSAN_INTERCEPT(__close)
3420 _LIBCPP_HIDE_FROM_ABI_VIRTUAL wbuffer_convert* __close();3444 __close();3734 wbuffer_convert<_Codecvt, _Elem, _Tr>* wbuffer_convert<_Codecvt, _Elem, _Tr>::__close() {
536 fun:__close=uninstrumented