Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 6dd2c1c2040c1c0d272559745712709b957a5ef1
https://github.com/WebKit/WebKit/commit/6dd2c1c2040c1c0d272559745712709b957a5ef1
Author: Simon Pena <[email protected]>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M Source/WTF/wtf/linux/RealTimeThreads.cpp
Log Message:
-----------
Cherry-pick 311082@main (d099054cd35b).
https://bugs.webkit.org/show_bug.cgi?id=312134
[GLib] Handle EINTR when writing to eventfd handling SIGXCPU
https://bugs.webkit.org/show_bug.cgi?id=312134
Reviewed by Adrian Perez de Castro.
Following the same approach as IPCSemaphoreUnix.cpp's signal handler,
loop when writing to an event fd as part of SIGXCPU handling logic if
EINTR (another signal interrupted the writing) is received. Any other
cases are ignored.
* Source/WTF/wtf/linux/RealTimeThreads.cpp:
(WTF::sigxcpuHandler):
Canonical link: https://commits.webkit.org/311082@main
Canonical link: https://commits.webkit.org/305877.420@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications