OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FdLocation
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_fd.h
57
bool
FdLocation
(uptr addr, int *fd, int *tid, u32 *stack);
tsan_fd.cc
133
bool
FdLocation
(uptr addr, int *fd, int *tid, u32 *stack) {
tsan_rtl_report.cc
305
if (
FdLocation
(addr, &fd, &creat_tid, &creat_stack)
306
||
FdLocation
(AlternativeAddress(addr), &fd, &creat_tid, &creat_stack)) {
Completed in 187 milliseconds