Issue 146142
Summary [libc++] Switch to the officially documented APIs for implementing ulock_{wait,wake} on Apple
Labels libc++
Assignees huixie90
Reporter ldionne
    While discussing with @huixie90 and Apple folks about https://github.com/llvm/llvm-project/issues/109290, it was noticed that we were still using forward-declarations of `__ulock_wait` and `__ulock_wake`. Instead, the public API `os_sync_wait_on_address` is now provided and [documented](https://developer.apple.com/documentation/os/os_sync_wait_on_address), so we should switch to that. This can be a simple NFC refactoring.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to