HomeSort by: relevance | last modified time | path
    Searched defs:ScopedHandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp 216 struct ScopedHandle {
217 ~ScopedHandle() { _zx_handle_close(Handle); }
225 ScopedHandle Port;
246 ScopedHandle Thread;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 180 struct ScopedHandle {
181 ScopedHandle() : h_(nullptr) {}
182 explicit ScopedHandle(HANDLE h) : h_(h) {}
183 ~ScopedHandle() {
200 ScopedHandle stdin_read, stdin_write;
201 ScopedHandle stdout_read, stdout_write;

Completed in 39 milliseconds