[all-commits] [llvm/llvm-project] b9d8d1: [libc++][NFC] atomic::wait use public API on macOS...
Hui via All-commits
all-commits at lists.llvm.org
Fri Jul 11 10:11:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9d8d1e4167699de3027ceac94d29253162158c3
https://github.com/llvm/llvm-project/commit/b9d8d1e4167699de3027ceac94d29253162158c3
Author: Hui <hui.xie1990 at gmail.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M libcxx/src/atomic.cpp
Log Message:
-----------
[libc++][NFC] atomic::wait use public API on macOS (#147146)
At the moment, we use the os internal functions `__ulock_wait`. This
patch updates the code on macOS to use the public API
`os_sync_wait_on_address`.
Fixes #146142
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list