- 19 Nov, 2014 1 commit
-
-
Elliott Hughes authored
stdin/stdout/stderr are special; their mutexes are initialized by __sinit. There's no unit test for this, because __sinit has already been called by the time the first unit test runs, but you could reproduce this failure with a trivial main() that calls flockfile or ftrylockfile on one of the standard streams before otherwise using stdio. Bug: 18208568 (cherry picked from commit c48c3e4b) Change-Id: Ia0c43ed4ac69daea8152aee9516415a6e3f8a042
-
- 24 Sep, 2014 1 commit
-
-
Elliott Hughes authored
Keeps a variety of apps running. Bug: 17047819 Change-Id: I55882ec95f2b59a5df76e5a89c23aa315609e01d
-
- 22 May, 2014 1 commit
-
-
Elliott Hughes authored
I've left __sF exposed since that's how the OpenBSD stdin, stdout, stderr are implemented. Other BSDs and glibc use a separate global for each instead of an array. Bug: 11156955 Change-Id: I9f3d2d4314a8d4a78c3197b9acd9258820c5f150
-
- 03 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-