This website requires JavaScript.
Explore
Help
Sign In
wine
/
wine-staging
Watch
0
Star
0
Fork
0
You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced
2025-01-28 22:04:43 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
wine-staging
/
patches
/
eventfd_synchronization
History
Zebediah Figura
8b2fd051c9
eventfd_synchronization: Abandon esync mutexes on thread exit.
...
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=48089
2020-02-17 17:38:05 -06:00
..
0001-configure-Check-for-sys-eventfd.h-ppoll-and-shm_open.patch
…
0002-server-Create-server-objects-for-eventfd-based-synch.patch
…
0003-ntdll-Create-eventfd-based-objects-for-semaphores.patch
…
0004-ntdll-Store-esync-objects-locally.patch
…
0005-ntdll-Implement-NtReleaseSemaphore.patch
…
0006-ntdll-Close-esync-objects.patch
…
0007-ntdll-Implement-waiting-on-esync-objects.patch
…
0008-ntdll-Create-esync-objects-for-events.patch
…
0009-ntdll-Implement-NtSetEvent.patch
…
0010-ntdll-Implement-NtResetEvent.patch
…
0011-ntdll-Implement-NtPulseEvent.patch
…
0012-ntdll-Implement-waiting-on-events.patch
…
0013-server-Add-an-object-operation-to-grab-the-esync-fil.patch
…
0014-server-Add-a-request-to-get-the-eventfd-file-descrip.patch
…
0015-server-Create-eventfd-file-descriptors-for-process-o.patch
…
0016-ntdll-server-Implement-waiting-on-server-bound-objec.patch
…
0017-server-Create-eventfd-file-descriptors-for-event-obj.patch
…
0018-server-Allow-re-setting-esync-events-on-the-server-s.patch
…
0019-ntdll-Try-again-if-poll-returns-EINTR.patch
…
0020-server-Create-eventfd-file-descriptors-for-thread-ob.patch
…
0021-rpcrt4-Avoid-closing-the-server-thread-handle-while-.patch
…
0022-server-Create-eventfd-file-descriptors-for-message-q.patch
…
0023-ntdll-wineandroid.drv-winemac.drv-winex11.drv-Store-.patch
…
0024-server-ntdll-Also-wait-on-the-queue-fd-when-waiting-.patch
…
0025-server-Create-eventfd-descriptors-for-device-manager.patch
…
0026-ntdll-Create-esync-objects-for-mutexes.patch
…
0027-ntdll-Implement-NtReleaseMutant.patch
…
0028-ntdll-Implement-waiting-on-mutexes.patch
…
0029-ntdll-Implement-wait-all.patch
…
0030-esync-Add-a-README.patch
…
0031-ntdll-Implement-NtSignalAndWaitForSingleObject.patch
…
0032-server-ntdll-Also-store-the-esync-type-in-the-server.patch
…
0033-ntdll-server-Implement-NtOpenSemaphore.patch
…
0034-ntdll-Implement-NtOpenEvent.patch
…
0035-ntdll-Implement-NtOpenMutant.patch
…
0036-ntdll-Record-the-current-count-of-a-semaphore-locall.patch
…
0037-server-Implement-esync_map_access.patch
…
0038-server-Alter-conditions-in-is_queue_hung.patch
…
0039-ntdll-server-Allow-DuplicateHandle-to-succeed-by-imp.patch
…
0040-server-Create-eventfd-descriptors-for-timers.patch
…
0041-server-Allocate-shared-memory-segments-for-semaphore.patch
Rebase against 7ca1c4900e42d608150822ef87a7ce2847a59b6f.
2019-12-05 22:31:23 -06:00
0042-ntdll-Use-shared-memory-segments-to-store-semaphore-.patch
…
0043-ntdll-Lock-creating-and-opening-objects-with-volatil.patch
…
0044-server-ntdll-Pass-the-shared-memory-index-back-from-.patch
…
0045-server-ntdll-Implement-alertable-waits.patch
…
0046-esync-Update-README.patch
…
0047-kernel32-tests-Mark-some-existing-tests-as-failing-u.patch
…
0048-kernel32-tests-Add-some-semaphore-tests.patch
…
0049-kernel32-tests-Add-some-event-tests.patch
…
0050-kernel32-tests-Add-some-mutex-tests.patch
…
0051-kernel32-tests-Add-some-tests-for-wait-timeouts.patch
…
0052-ntdll-Go-through-the-server-if-necessary-when-perfor.patch
…
0053-server-Create-eventfd-descriptors-for-console_input_.patch
…
0054-server-Alter-conditions-in-is_queue_hung-again.patch
…
0055-ntdll-Let-the-server-know-when-we-are-doing-a-messag.patch
…
0056-ntdll-Avoid-server_select-when-waiting-for-critical-.patch
…
0057-user32-Remove-hooks-that-time-out.patch
…
0058-server-Don-t-check-for-a-hung-queue-when-sending-low.patch
…
0059-kernel32-tests-Zigzag-test.patch
…
0060-server-Try-to-remove-a-pre-xisting-shm-file.patch
…
0061-ntdll-Implement-NtQuerySemaphore.patch
…
0062-ntdll-Implement-NtQueryEvent.patch
…
0063-ntdll-Implement-NtQueryMutant.patch
…
0064-server-Create-eventfd-descriptors-for-pseudo-fd-obje.patch
…
0065-ntdll-Cache-the-esync-struct-itself-instead-of-a-poi.patch
…
0066-esync-Update-README.patch
…
0067-esync-Add-note-about-file-limits-not-being-raised-wh.patch
…
0068-ntdll-Ignore-pseudo-handles.patch
…
0069-ntdll-Try-to-avoid-poll-for-uncontended-objects.patch
…
0070-ntdll-Store-an-event-s-signaled-state-internally.patch
…
0071-ntdll-Fix-growing-the-shm_addrs-array.patch
…
0072-server-Update-the-shared-memory-state-when-re-settin.patch
…
0073-ntdll-Fix-a-missing-break-statement.patch
…
0074-ntdll-server-Abort-if-esync-is-enabled-for-the-serve.patch
…
0075-esync-Update-README.patch
…
0076-ntdll-Correctly-allocate-the-esync-handle-cache.patch
…
0077-ntdll-server-Specify-EFD_SEMAPHORE-on-the-server-sid.patch
…
0078-ntdll-server-Initialize-the-shared-memory-portion-on.patch
…
0079-ntdll-server-Revert-to-old-implementation-of-hung-qu.patch
…
0080-ntdll-Fix-a-couple-of-misplaced-global-variables.patch
…
0081-ntdll-Yield-during-PulseEvent.patch
…
0082-ntdll-server-Check-the-value-of-WINEESYNC-instead-of.patch
…
0083-esync-Update-README.patch
…
0084-server-Use-default_fd_get_esync_fd-for-directory-cha.patch
…
0085-server-Only-signal-the-APC-fd-for-user-APCs.patch
…
0086-ntdll-Check-the-APC-fd-first.patch
…
0087-ntdll-esync-Lock-accessing-the-shm_addrs-array.patch
…
0088-ntdll-Get-rid-of-the-per-event-spinlock-for-auto-res.patch
…
0089-ntdll-server-Abandon-esync-mutexes-on-thread-exit.patch
eventfd_synchronization: Abandon esync mutexes on thread exit.
2020-02-17 17:38:05 -06:00
definition
…