marzent / wine-msync

A Mach semaphore-based synchronization mechanism for Wine on macOS. Built for speed, inspired by fsync.
GNU Lesser General Public License v2.1
85 stars 1 forks source link

how to use "ulock" ? #3

Closed MarynaPetrova closed 11 months ago

MarynaPetrova commented 11 months ago

like how to enable it, because as far as I understand it should be enabled separately from msync, but how?

marzent commented 11 months ago

It is part of msync and automatically being used if the kernel exported __ulock_wait2 into userspace (which should be the case for macOS 11.0 and newer)