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