Simple implementations of the functions pthread_mutex_init,
pthread_mutex_destroy, pthread_mutex_lock and pthread_mutex_unlock have
have also been added. Future patches will extend these functions to add
features required by the POSIX specification.
Details
Details
- Reviewers
lntue michaelrj - Commits
- rG2a5d5078d5da: [libc] Add the pthread_mutex_t type.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo