This is an archive of the discontinued LLVM Phabricator instance.

Implement __kmp_gettid() for NetBSD
ClosedPublic

Authored by krytarowski on Dec 9 2018, 9:22 AM.

Details

Summary

_lwp_self() returns current Thread Id in a numeric version on NetBSD.

Diff Detail

Repository
rOMP OpenMP

Event Timeline

krytarowski created this revision.Dec 9 2018, 9:22 AM
krytarowski edited the summary of this revision. (Show Details)Dec 9 2018, 9:23 AM
mgorny accepted this revision.Dec 11 2018, 10:26 AM

LGTM. Tests seem not to mind ;-).

This revision is now accepted and ready to land.Dec 11 2018, 10:26 AM
This revision was automatically updated to reflect the committed changes.