- 30 Jul, 2022 40 commits
-
-
Michael Müller authored
Signed-off-by: Michael Müller <michael@fds-team.de>
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
server: Create esync file descriptors for true file objects and use them for directory change notifications.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
Just semaphores and mutexes thus far. We don't have to worry about races because this is just a hint: we still call read() eventually.
-
Mathieu Comandon authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
The primary function is to check for races. The secondary function is to measure performance.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
We don't have to worry about synchronization here because wine_ntoskrnl_main_loop() is only ever called from one thread per winedevice process. This lets drivers like mountmgr finally work, and so winecfg can open the Drives tab.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
This, or something like this, should go upstream. This is invalid behaviour.
-
Zebediah Figura authored
-