Home | History | Annotate | Download | only in src

Lines Matching refs:HANDLE

661     // standard output handle is invalid or its file type is unknown.
957 Win32MemoryMappedFile(HANDLE file,
958 HANDLE file_mapping,
969 HANDLE file_;
970 HANDLE file_mapping_;
978 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE,
985 HANDLE file_mapping = CreateFileMapping(file, NULL,
998 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE,
1002 HANDLE file_mapping = CreateFileMapping(file, NULL,
1064 typedef BOOL (__stdcall *DLL_FUNC_TYPE(SymInitialize))(IN HANDLE hProcess,
1070 IN HANDLE hProcess,
1074 IN HANDLE hProcess,
1075 IN HANDLE hFile,
1082 HANDLE hProcess,
1083 HANDLE hThread,
1091 IN HANDLE hProcess,
1096 IN HANDLE hProcess,
1102 HANDLE hProcess,
1105 HANDLE hProcess,
1109 typedef HANDLE (__stdcall *DLL_FUNC_TYPE(CreateToolhelp32Snapshot))(
1112 typedef BOOL (__stdcall *DLL_FUNC_TYPE(Module32FirstW))(HANDLE hSnapshot,
1114 typedef BOOL (__stdcall *DLL_FUNC_TYPE(Module32NextW))(HANDLE hSnapshot,
1188 static bool LoadSymbols(Isolate* isolate, HANDLE process_handle) {
1214 HANDLE snapshot = _CreateToolhelp32Snapshot(
1258 HANDLE process_handle = GetCurrentProcess();
1423 // Definition of invalid thread handle and id.
1424 static const HANDLE kNoThread = INVALID_HANDLE_VALUE;
1439 explicit PlatformData(HANDLE thread) : thread_(thread) {}
1440 HANDLE thread_;
1446 // handle until it is started.
1462 // Close our own handle for the thread.
1473 data_->thread_ = reinterpret_cast<HANDLE>(