OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FdDup
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_fd.h
47
void
FdDup
(ThreadState *thr, uptr pc, int oldfd, int newfd);
tsan_fd.cc
207
void
FdDup
(ThreadState *thr, uptr pc, int oldfd, int newfd) {
208
DPrintf("#%d:
FdDup
(%d, %d)\n", thr->tid, oldfd, newfd);
tsan_interceptors.cc
[
all
...]
Completed in 636 milliseconds