[Git][wine/wine][master] 4 commits: server: Update queue access time in set_queue_mask request.
Alexandre Julliard pushed to branch master at wine / wine Commits: ca95da9c by Rémi Bernon at 2025-09-29T13:04:35+02:00 server: Update queue access time in set_queue_mask request. This is called before waiting on the queue and makes the access time reliable to detect hung queues. - - - - - 9963d6fa by Rémi Bernon at 2025-09-29T13:04:36+02:00 win32u: Check the queue access time before skipping set_queue_mask. - - - - - 3f0fcdf5 by Rémi Bernon at 2025-09-29T13:04:36+02:00 server: Use the access time and signal state to detect hung queue. - - - - - 2138d3ba by Rémi Bernon at 2025-09-29T13:04:37+02:00 server: Remove the now unnecessary queue waiting flag. - - - - - 2 changed files: - dlls/win32u/message.c - server/queue.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a4b1652831a1fbdfd0ed634d0f1ec6... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a4b1652831a1fbdfd0ed634d0f1ec6... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)