1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-04 20:26:06 +00:00
Ryujinx/Ryujinx.HLE/HOS
Mary-nyan 1865ea87e5
bsd: Fix eventfd broken logic ()
* bsd: Fix eventfd broken logic

This commit fix eventfd logic being broken.

The following changes were made:
- EventFd IPC definition had argument inverted
- EventFd events weren't fired correctly
- Poll logic was wrong and unfinished for eventfd
- Reintroduce workaround from  but in a safer way, and spawn 4
  threads.

* ipc: Rework a bit for multithreads

* Clean up debug logs

* Make server thread yield when managed lock isn't availaible

* Fix replyTargetHandle not being added in the proper locking scope

* Simplify some scopes

* Address gdkchan's comments

* Revert IPC workaround for now

* Reintroduce the EventFileDescriptor workaround
2022-11-27 20:18:05 +00:00
..
Applets Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr () 2022-11-24 15:26:29 +01:00
Diagnostics/Demangler Avoid allocations in .Parse methods () 2022-10-18 23:31:34 +00:00
Ipc misc: Make PID unsigned long instead of long () 2022-02-09 17:18:07 -03:00
Kernel Update units of memory from decimal to binary prefixes () 2022-11-16 23:27:42 +01:00
Services bsd: Fix eventfd broken logic () 2022-11-27 20:18:05 +00:00
SystemState Use Enum and Delegate.CreateDelegate generic overloads () 2022-02-13 10:50:07 -03:00
Tamper Avoid allocations in .Parse methods () 2022-10-18 23:31:34 +00:00
ApplicationLoader.cs Update to LibHac 0.17.0 () 2022-11-23 18:32:35 +01:00
ArmProcessContext.cs Refactor CPU interface to allow the implementation of other CPU emulators () 2022-05-31 16:29:35 -03:00
ArmProcessContextFactory.cs Refactor CPU interface to allow the implementation of other CPU emulators () 2022-05-31 16:29:35 -03:00
HomebrewRomFsStream.cs Misc cleanup () 2019-07-02 04:39:22 +02:00
Horizon.cs ui: Fixes disposing on GTK/Avalonia and Firmware Messages on Avalonia () 2022-11-24 15:08:27 +01:00
IdDictionary.cs Implement GPU syncpoints () 2020-04-19 11:25:57 +10:00
LibHacHorizonManager.cs Update to LibHac 0.17.0 () 2022-11-23 18:32:35 +01:00
ModLoader.cs Remove save data creation prompt () 2022-04-08 11:09:35 +02:00
ProgramLoader.cs Rewrite kernel memory allocator () 2022-06-22 12:28:14 -03:00
ResultCode.cs Refactoring result codes () 2019-07-14 16:04:38 -03:00
ServiceCtx.cs hos: Cleanup the project () 2021-09-15 01:24:49 +02:00
TamperMachine.cs Removed unused usings. () 2022-08-18 18:04:54 +02:00
UserChannelPersistence.cs Fix exiting emulator with multi programs () 2020-10-10 00:52:11 +02:00