Home
last modified time | relevance | path

Searched refs:th32OwnerProcessID (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/win/
H A Dscoped_process_suspend_test.cc53 if (te.dwSize >= offsetof(THREADENTRY32, th32OwnerProcessID) + in SuspendCountMatches()
54 sizeof(te.th32OwnerProcessID) && in SuspendCountMatches()
55 te.th32OwnerProcessID == process_id) { in SuspendCountMatches()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/win/
H A Dscoped_process_suspend_test.cc53 if (te.dwSize >= offsetof(THREADENTRY32, th32OwnerProcessID) + in SuspendCountMatches()
54 sizeof(te.th32OwnerProcessID) && in SuspendCountMatches()
55 te.th32OwnerProcessID == process_id) { in SuspendCountMatches()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_tls.c85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/
H A Dattach.cpp219 …dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + sizeof(te.th32OwnerProcessID) && te.th… in SuspendThreads()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/
H A Dattach.cpp219 …dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + sizeof(te.th32OwnerProcessID) && te.th… in SuspendThreads()
/dports/graphics/gimp-app/gimp-2.10.30/tools/
H A Dgimp-debug-resume.c29 if (te32.th32OwnerProcessID == dwOwnerPID) in resume_process()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/sandbox_poc/pocdll/
H A Dprocesses_and_threads.cc84 thread_entry.th32OwnerProcessID, in TestThreads()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/sandbox_poc/pocdll/
H A Dprocesses_and_threads.cc84 thread_entry.th32OwnerProcessID, in TestThreads()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/windows/
H A Dattach.cpp216 …dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + sizeof(te.th32OwnerProcessID) && te.th… in SuspendThreads()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/handler/win/
H A Dcrash_other_program.cc53 if (te32.th32OwnerProcessID == target_pid) { in CrashAndDumpTarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/handler/win/
H A Dcrash_other_program.cc53 if (te32.th32OwnerProcessID == target_pid) { in CrashAndDumpTarget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/win/ShowThreadNames/
H A DShowThreadNames.cc89 if (te32.th32OwnerProcessID == owner_pid) { in ListProcessThreadNames()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/win/ShowThreadNames/
H A DShowThreadNames.cc89 if (te32.th32OwnerProcessID == owner_pid) { in ListProcessThreadNames()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dtlhelp32.rs70 th32OwnerProcessID: ::DWORD,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dtlhelp32.rs70 th32OwnerProcessID: ::DWORD,

12345678910>>...12