diff options
author | Uzair Nawaz <uzairnawaz@google.com> | 2025-07-28 11:22:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-28 11:22:38 -0700 |
commit | 7ca23754c486a8ed5b6739456a4562bc09909913 (patch) | |
tree | 9488a750f4914add60209220e7a4b6fec79f8580 /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | ae0614de05ac4278b80a02ae49f657c8ce1db13b (diff) | |
download | llvm-7ca23754c486a8ed5b6739456a4562bc09909913.zip llvm-7ca23754c486a8ed5b6739456a4562bc09909913.tar.gz llvm-7ca23754c486a8ed5b6739456a4562bc09909913.tar.bz2 |
[libc] Implement barriers for pthreads (#148948)
Implemented barrier synchronization for pthreads
- Uses condition variables internally for platform independence
(platform-specific work is handled by the condition variable
implementation)
- Does NOT currently handle barrierattr pshared, this is a goal for a
future patch
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions