This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add pthread_mutexattr_t type and its setters and getters.
ClosedPublic

Authored by sivachandra on Apr 2 2022, 12:22 AM.

Details

Summary

A simple implementation of the getters and setters has been added. More
logic can be added to them in future as required.

Diff Detail

Event Timeline

sivachandra created this revision.Apr 2 2022, 12:22 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 2 2022, 12:22 AM
sivachandra requested review of this revision.Apr 2 2022, 12:22 AM
michaelrj accepted this revision.Apr 4 2022, 10:32 AM

LGTM with nit.

libc/spec/posix.td
23

you have a trailing space here.

This revision is now accepted and ready to land.Apr 4 2022, 10:32 AM

Fix trailing white space.