OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FdDup
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.h
47
void
FdDup
(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write);
tsan_fd.cc
225
void
FdDup
(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) {
226
DPrintf("#%d:
FdDup
(%d, %d)\n", thr->tid, oldfd, newfd);
tsan_interceptors.cc
1565
FdDup
(thr, pc, oldfd, newfd, true);
1573
FdDup
(thr, pc, oldfd, newfd2, false);
1582
FdDup
(thr, pc, oldfd, newfd2, false);
Completed in 16 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025