Searched refs:DWORD (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc80 const DWORD kInvalidFileAttributes = 0xffffffff;
212 const DWORD attributes = GetFileAttributes(unicode);
236 const DWORD attributes = GetFileAttributes(unicode);
H A Dgtest-port.cc330 DWORD thread_id;
358 static DWORD WINAPI ThreadMain(void* ptr) {
400 DWORD current_thread = ::GetCurrentThreadId();
454 static void OnThreadExit(DWORD thread_id) {
486 typedef std::map<DWORD, ThreadLocalValues> ThreadIdToThreadLocals;
490 typedef std::pair<DWORD, HANDLE> ThreadIdAndHandle;
492 static void StartWatcherThreadFor(DWORD thread_id) {
501 DWORD watcher_thread_id;
520 static DWORD WINAPI WatcherThreadFunc(LPVOID param) {
H A Dgtest.cc534 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
543 const DWORD kCxxExceptionCode = 0xe06d7363;
812 const DWORD kTenthMicrosInMilliSecond = 10000;
1676 const DWORD kFlags = FORMAT_MESSAGE_FROM_SYSTEM |
1678 const DWORD kBufSize = 4096;
1681 DWORD message_length = ::FormatMessageA(kFlags,
2336 static std::string* FormatSehExceptionMessage(DWORD exception_code,
H A Dgtest-internal-inl.h405 static int GTestShouldProcessSEH(DWORD exception_code);
H A Dgtest-death-test.cc682 DWORD status_code;
/gem5/src/systemc/tests/systemc/misc/stars/star104726/
H A Dglobal.h61 typedef unsigned long DWORD; typedef

Completed in 46 milliseconds