nine7nine / Wine-NSPA

Wine-NSPA: Proaudio & RT focused builds of Wine(-TKG)... WARNING: Forced Pushes && Resets..
20 stars 2 forks source link

Rebase Wine-NSPA RT patchwork #3

Closed nine7nine closed 1 year ago

nine7nine commented 1 year ago

0000-ntdll-Store_fsync_APC_futex_in_the_thread_data_directly.myrevert 0000-wineserver-Draft-to-implement-priority-levels-throug.myrevert

Note: First revert is for fsync, so i can hook the threads correctly. Second revert is removing the wine-rt patch from staging ~ which i integrate into my patch set, but have rewritten parts of.

This will make it easier to not only rebase on Wine.80 (when the time comes), but also for my current efforts to rewrite my RT implementation to not use sched_setscheduler(), and simply use pthread functions, instead. Along with adding/refactoring the CFS/nice support, and so on.

nine7nine commented 1 year ago

Resolved in Commit: https://github.com/nine7nine/Wine-NSPA/commit/a7d3b4ed7f6c9298a71fbb09d93b0ac9095e390c

I still have some rewrites to do, but that's a different issue