New issue
Advanced search Search tips

Issue 897739 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Oct 22
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

Check if spinlock_linux-inl.h could use futex unconditionally (even on arm / android).

Project Member Reported by thakis@chromium.org, Oct 22

Issue description

https://cs.chromium.org/chromium/src/third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h?q=futex_private_flag+&dr=CSs&l=43 currently has a static initializer to check if syscall(__NR_futex) works. That syscall has been around since linux 2.6.0 (2003) and the absl version doesn't have this check from what I can tell (https://cs.chromium.org/chromium/src/third_party/abseil-cpp/absl/synchronization/internal/waiter.cc?type=cs&q=futex_private_flag+&g=0&l=63)
 
Status: WontFix (was: Unconfirmed)
(accidentally hit enter; will re-file)
( issue 897742 )

Sign in to add a comment