Searched refs:ScopedHandle (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 67 class ScopedHandle { 71 ScopedHandle(const ScopedHandle &other); // = delete; 72 void operator=(const ScopedHandle &other); // = delete; 74 ScopedHandle() in ScopedHandle() function 77 explicit ScopedHandle(handle_type h) in ScopedHandle() function 80 ~ScopedHandle() { in ~ScopedHandle() 91 ScopedHandle &operator=(handle_type h) { 154 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle; 155 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle; 156 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext; [all …]
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 79 class ScopedHandle { class 85 ScopedHandle() in ScopedHandle() function in __anonbc66c40b0111::ScopedHandle 88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anonbc66c40b0111::ScopedHandle 91 ~ScopedHandle() { in ~ScopedHandle() 95 ScopedHandle& operator=(handle_type handle) { in operator =() 166 typedef ScopedHandle<FileMappingHandle> FileMappingScopedHandle; 167 typedef ScopedHandle<MappedViewOfFileHandle> MappedViewOfFileScopedHandle; 168 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle; 169 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle; 170 typedef ScopedHandle<TokenHandle> TokenScopedHandle; [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cc | 152 struct ScopedHandle { struct 153 ScopedHandle() : h_(nullptr) {} in ScopedHandle() function 154 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function 155 ~ScopedHandle() { in ~ScopedHandle() argument 172 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess() 173 ScopedHandle stdout_read, stdout_write; in StartSymbolizerSubprocess()
|
/external/libchrome/base/synchronization/ |
D | waitable_event.h | 56 explicit WaitableEvent(win::ScopedHandle event_handle); 140 win::ScopedHandle handle_;
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 332 win::ScopedHandle event(CreateEvent(NULL, FALSE, FALSE, NULL)); in RunTest_RecursiveDenial2() 376 win::ScopedHandle event(CreateEvent(NULL, FALSE, FALSE, NULL)); in RunTest_RecursiveSupport2() 510 win::ScopedHandle file_; 547 win::ScopedHandle callback_called(CreateEvent(NULL, TRUE, FALSE, NULL)); in RunTest_IOHandler() 551 win::ScopedHandle server( in RunTest_IOHandler() 580 win::ScopedHandle callback1_called( in RunTest_WaitForIO() 582 win::ScopedHandle callback2_called( in RunTest_WaitForIO() 589 win::ScopedHandle server1( in RunTest_WaitForIO() 591 win::ScopedHandle server2( in RunTest_WaitForIO()
|
/external/libchrome/base/files/ |
D | memory_mapped_file.h | 95 win::ScopedHandle file_mapping_;
|
D | file.h | 319 win::ScopedHandle file_;
|
/external/libchrome/base/process/ |
D | process.h | 135 win::ScopedHandle process_;
|