[libc-commits] [PATCH] D120705: [libc] Remove the remaining uses of stdatomic.h.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 1 01:17:25 PST 2022


sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

New methods to the Atomic class have been added as required. Futex
related types have been consolidated at a common place.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120705

Files:
  libc/config/linux/api.td
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/__futex_word.h
  libc/include/llvm-libc-types/mtx_t.h
  libc/include/llvm-libc-types/once_flag.h
  libc/include/llvm-libc-types/thrd_t.h
  libc/src/__support/CPP/atomic.h
  libc/src/threads/linux/CMakeLists.txt
  libc/src/threads/linux/Futex.h
  libc/src/threads/linux/Mutex.h
  libc/src/threads/linux/Thread.h
  libc/src/threads/linux/call_once.cpp
  libc/src/threads/linux/thrd_create.cpp
  libc/src/threads/linux/thrd_join.cpp
  libc/test/src/threads/CMakeLists.txt
  libc/test/src/threads/call_once_test.cpp
  libc/test/src/threads/cnd_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120705.412005.patch
Type: text/x-patch
Size: 20051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220301/ab106829/attachment-0001.bin>


More information about the libc-commits mailing list