[libc][NFC] Convert pthread tests which create threads to integration tests.
[libc] Add pthread_create and pthread_join functions.They do not yet support all the feature/attributes in pthread_attr_t.Future changes will add such support.Reviewed By: lntueDifferential Re
[libc] Add pthread_create and pthread_join functions.They do not yet support all the feature/attributes in pthread_attr_t.Future changes will add such support.Reviewed By: lntueDifferential Revision: https://reviews.llvm.org/D126718
show more ...
[libc] Add the pthread_mutex_t type.Simple implementations of the functions pthread_mutex_init,pthread_mutex_destroy, pthread_mutex_lock and pthread_mutex_unlock havehave also been added. Future
[libc] Add the pthread_mutex_t type.Simple implementations of the functions pthread_mutex_init,pthread_mutex_destroy, pthread_mutex_lock and pthread_mutex_unlock havehave also been added. Future patches will extend these functions to addfeatures required by the POSIX specification.Reviewed By: lntueDifferential Revision: https://reviews.llvm.org/D126235
[libc] Add a definition of pthread_attr_t and its getters and setters.Not all attributes have been added to phtread_attr_t in this patch. Theywill be added gradually in future patches.Reviewed B
[libc] Add a definition of pthread_attr_t and its getters and setters.Not all attributes have been added to phtread_attr_t in this patch. Theywill be added gradually in future patches.Reviewed By: lntueDifferential Revision: https://reviews.llvm.org/D123423
[libc] Add pthread_mutexattr_t type and its setters and getters.A simple implementation of the getters and setters has been added. Morelogic can be added to them in future as required.Reviewed B
[libc] Add pthread_mutexattr_t type and its setters and getters.A simple implementation of the getters and setters has been added. Morelogic can be added to them in future as required.Reviewed By: michaelrjDifferential Revision: https://reviews.llvm.org/D122969