commit | 697f2e69ade69d737e8518fb4db0aab5c719c351 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 29 18:34:28 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 29 18:35:43 2019 -0700 |
tree | f6565a428c5d5260fc7ab710688e8b5788bc0637 | |
parent | 2982299b90a194ff5624213436d82c10f9748d02 [diff] |
simpleperf: just use _Exit directly. We don't actually need the quick_exit() machinery because we weren't setting any at_quick_exit() handlers, so just call _Exit() directly. This will let us remove the Mac/Windows quick_exit() implementation from libbase (and will let simpleperf exit just a little bit quicker). Test: treehugger Change-Id: I4ce74cb80acc744721cf367930ca3e577b8fc614