Issue 182908
Summary libc++ on Darwin: private __ulock_wait/__ulock_wake
Labels libc++
Assignees
Reporter SBKarr
    __ulock_wait and __ulock_wake are private API. Their use is discouraged and creates problems for submitting applications to the App Store.

Starting from iOS 17.4 and macOS 14.4 it can be safely replaced with os_sync_wait_on_address/os_sync_wake_by_address (https://developer.apple.com/documentation/os/os_sync_wake_by_address_any).

This fix doesn't seem to require much work, but I don't understand the codebase enough to do it myself.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to