[all-commits] [llvm/llvm-project] 22d944: Revert "[libc] Implement barriers for pthreads (#1...

Uzair Nawaz via All-commits all-commits at lists.llvm.org
Mon Jul 28 11:36:22 PDT 2025


  Branch: refs/heads/revert-148948-pthread-barrier
  Home:   https://github.com/llvm/llvm-project
  Commit: 22d94480393ca84e1ce85fd164c7fe14be19d2cb
      https://github.com/llvm/llvm-project/commit/22d94480393ca84e1ce85fd164c7fe14be19d2cb
  Author: Uzair Nawaz <uzairnawaz at google.com>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/hdr/CMakeLists.txt
    R libc/hdr/pthread_macros.h
    M libc/hdr/types/CMakeLists.txt
    R libc/hdr/types/pthread_barrier_t.h
    R libc/hdr/types/pthread_barrierattr_t.h
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-macros/pthread-macros.h
    M libc/include/llvm-libc-types/CMakeLists.txt
    R libc/include/llvm-libc-types/__barrier_type.h
    R libc/include/llvm-libc-types/pthread_barrier_t.h
    R libc/include/llvm-libc-types/pthread_barrierattr_t.h
    M libc/include/pthread.yaml
    M libc/src/__support/threads/linux/CMakeLists.txt
    R libc/src/__support/threads/linux/barrier.cpp
    R libc/src/__support/threads/linux/barrier.h
    M libc/src/pthread/CMakeLists.txt
    R libc/src/pthread/pthread_barrier_destroy.cpp
    R libc/src/pthread/pthread_barrier_destroy.h
    R libc/src/pthread/pthread_barrier_init.cpp
    R libc/src/pthread/pthread_barrier_init.h
    R libc/src/pthread/pthread_barrier_wait.cpp
    R libc/src/pthread/pthread_barrier_wait.h
    M libc/test/integration/src/pthread/CMakeLists.txt
    R libc/test/integration/src/pthread/pthread_barrier_test.cpp

  Log Message:
  -----------
  Revert "[libc] Implement barriers for pthreads (#148948)"

This reverts commit 7ca23754c486a8ed5b6739456a4562bc09909913.



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