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