Home
last modified time | relevance | path

Searched defs:FileDescriptor (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.h104 int FileDescriptor = -1; variable
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp478 struct FileDescriptor { struct
479 const path& name;
480 int fd = -1;
481 StatT m_stat;
482 file_status m_status;
485 static FileDescriptor create(const path* p, error_code& ec, Args... args) { in create()
496 static FileDescriptor create_with_status(const path* p, error_code& ec, in create_with_status()
505 file_status get_status() const { return m_status; } in get_status()
506 StatT const& get_stat() const { return m_stat; } in get_stat()
508 bool status_known() const { return _VSTD_FS::status_known(m_status); } in status_known()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp45 static int pollLbrPerfEvent(const int FileDescriptor) { in pollLbrPerfEvent()