Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d099054cd35bbae1acf5033556fdd05dce0b3d6a
      
https://github.com/WebKit/WebKit/commit/d099054cd35bbae1acf5033556fdd05dce0b3d6a
  Author: Simon Pena <[email protected]>
  Date:   2026-04-13 (Mon, 13 Apr 2026)

  Changed paths:
    M Source/WTF/wtf/linux/RealTimeThreads.cpp

  Log Message:
  -----------
  [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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to