This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Define kPthreadDestructorIterations on POSIX systems.
ClosedPublic

Authored by earthdok on Oct 11 2013, 6:15 AM.

Details

Reviewers
samsonov

Diff Detail

Event Timeline

samsonov accepted this revision.Oct 11 2013, 6:24 AM

LGTM

lib/sanitizer_common/sanitizer_platform_limits_posix.h
18

I'd rather not include this (and would use int instead of uptr for kPthreadDestructorIterations).

earthdok updated this revision to Unknown Object (????).Oct 11 2013, 7:20 AM

moved the constant to sanitizer_common.h as discussed

Committed r192453

earthdok closed this revision.Dec 5 2014, 9:39 AM