Bug 255199 - Add WTF::exitProcess and WTF::terminateProcess
Summary: Add WTF::exitProcess and WTF::terminateProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-08 21:57 PDT by Yusuke Suzuki
Modified: 2023-04-09 22:34 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2023-04-08 21:57:39 PDT
...
Comment 1 Radar WebKit Bug Importer 2023-04-08 21:58:15 PDT
<rdar://problem/107798593>
Comment 2 Yusuke Suzuki 2023-04-08 22:01:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12551
Comment 3 EWS 2023-04-09 15:56:21 PDT
Committed 262760@main (009188ebcbd7): <https://commits.webkit.org/262760@main>

Reviewed commits have been landed. Closing PR #12551 and removing active labels.
Comment 4 Fujii Hironori 2023-04-09 21:58:08 PDT
Unfortunately, Process.h is conflicting with process.h on Windows.
https://build.webkit.org/#/builders/731/builds/3786
> C:\BW\WinCairo-64-bit-Release-Build\build\Source\WTF\wtf\win\ThreadingWin.cpp(158): error C3861: '_beginthreadex': identifier not found
Comment 5 Fujii Hironori 2023-04-09 22:04:02 PDT
See also:
  Bug 193944 – [Win] WebCore/platform/Process.h is conflicting with process.h
Comment 6 Fujii Hironori 2023-04-09 22:34:35 PDT
Regressed: Bug 255214 – wtf/Process.h is conflicting with process.h on Windows