Lines Matching refs:HANDLE
693 // standard output handle is invalid or its file type is unknown.
1027 Win32MemoryMappedFile(HANDLE file,
1028 HANDLE file_mapping,
1039 HANDLE file_;
1040 HANDLE file_mapping_;
1048 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE,
1055 HANDLE file_mapping = CreateFileMapping(file, NULL,
1068 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE,
1072 HANDLE file_mapping = CreateFileMapping(file, NULL,
1134 typedef BOOL (__stdcall *DLL_FUNC_TYPE(SymInitialize))(IN HANDLE hProcess,
1140 IN HANDLE hProcess,
1144 IN HANDLE hProcess,
1145 IN HANDLE hFile,
1152 HANDLE hProcess,
1153 HANDLE hThread,
1161 IN HANDLE hProcess,
1166 IN HANDLE hProcess,
1172 HANDLE hProcess,
1175 HANDLE hProcess,
1179 typedef HANDLE (__stdcall *DLL_FUNC_TYPE(CreateToolhelp32Snapshot))(
1182 typedef BOOL (__stdcall *DLL_FUNC_TYPE(Module32FirstW))(HANDLE hSnapshot,
1184 typedef BOOL (__stdcall *DLL_FUNC_TYPE(Module32NextW))(HANDLE hSnapshot,
1258 static bool LoadSymbols(HANDLE process_handle) {
1284 HANDLE snapshot = _CreateToolhelp32Snapshot(
1328 HANDLE process_handle = GetCurrentProcess();
1351 HANDLE process_handle = GetCurrentProcess();
1352 HANDLE thread_handle = GetCurrentThread();
1607 // Definition of invalid thread handle and id.
1608 static const HANDLE kNoThread = INVALID_HANDLE_VALUE;
1623 explicit PlatformData(HANDLE thread) : thread_(thread) {}
1624 HANDLE thread_;
1630 // handle until it is started.
1646 // Close our own handle for the thread.
1657 data_->thread_ = reinterpret_cast<HANDLE>(
1781 HANDLE sem;