OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FdClose
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.h
45
void
FdClose
(ThreadState *thr, uptr pc, int fd, bool write = true);
tsan_fd.cc
117
// See the dup-related comment in
FdClose
.
190
void
FdClose
(ThreadState *thr, uptr pc, int fd, bool write) {
191
DPrintf("#%d:
FdClose
(%d)\n", thr->tid, fd);
232
FdClose
(thr, pc, newfd, write);
tsan_interceptors.cc
1604
FdClose
(thr, pc, fd);
1685
FdClose
(thr, pc, fd);
1693
FdClose
(thr, pc, fd);
1709
FdClose
(thr, pc, fds[i]);
1794
FdClose
(thr, pc, fd);
2267
if (fd >= 0)
FdClose
(thr, pc, fd); \
2468
FdClose
(thr, pc, fd);
Completed in 75 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025