<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/src/pthread/pthread_barrier_init.h, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[libc] Reland #148948 "Implement barriers for pthreads" (#151021)</title>
<updated>2025-07-29T16:39:40+00:00</updated>
<author>
<name>Uzair Nawaz</name>
<email>uzairnawaz@google.com</email>
</author>
<published>2025-07-29T16:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a1aba84c2bc23d98a25e265678dd4752f78c5b3f'/>
<id>a1aba84c2bc23d98a25e265678dd4752f78c5b3f</id>
<content type='text'>
Fixed build dependencies for pthread_barrier_t (add __barrier_type to
cmake dependencies)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed build dependencies for pthread_barrier_t (add __barrier_type to
cmake dependencies)</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[libc] Implement barriers for pthreads" (#151014)</title>
<updated>2025-07-28T18:37:23+00:00</updated>
<author>
<name>Uzair Nawaz</name>
<email>uzairnawaz@google.com</email>
</author>
<published>2025-07-28T18:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a4a0832899303d989772340404a01f6a4f1f6c99'/>
<id>a4a0832899303d989772340404a01f6a4f1f6c99</id>
<content type='text'>
Reverts llvm/llvm-project#148948</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts llvm/llvm-project#148948</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Implement barriers for pthreads (#148948)</title>
<updated>2025-07-28T18:22:38+00:00</updated>
<author>
<name>Uzair Nawaz</name>
<email>uzairnawaz@google.com</email>
</author>
<published>2025-07-28T18:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7ca23754c486a8ed5b6739456a4562bc09909913'/>
<id>7ca23754c486a8ed5b6739456a4562bc09909913</id>
<content type='text'>
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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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</pre>
</div>
</content>
</entry>
</feed>
