[libc-commits] [libc] [libc][semaphore] Add internal unnamed semaphore implementation (PR #190851)
Pengxiang Huang via libc-commits
libc-commits at lists.llvm.org
Mon Jun 15 18:18:30 PDT 2026
Pengxiang-Huang wrote:
@kaladron Hi! Thanks for pointing it out! I agree that It would have been suitable to guard with the experimental flag.
However, I think it might be a little over engineered to re-adding entrypoints at this stage. As I planed in the previous issue https://github.com/llvm/llvm-project/issues/190847, I plan to add all entrypoints for `sem_t` in the end when the internal class is ready, and I am about to implement this right after https://github.com/llvm/llvm-project/pull/198959 can be merged.
Please let me know your thoughts on this!
https://github.com/llvm/llvm-project/pull/190851
More information about the libc-commits
mailing list