[libc-commits] [PATCH] D75380: [libc] Add linux implementations of thrd_create and thrd_join functions.
Fangrui Song via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Feb 28 19:23:45 PST 2020
MaskRay added a comment.
I am still of the feeling that we should implement pthread first, then the C11 thread support library is just a wrapper over pthread. Doing C thread first, then we will hit inevitable limitation when implementing pthread on top of C11 thread.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75380/new/
https://reviews.llvm.org/D75380
More information about the libc-commits
mailing list