aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stdio_ext_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement __fsetlocking.Elliott Hughes2015-01-211-1/+4
| | | | | | | | | | | | The old __isthreaded hack was never very useful on Android because all user code runs in a VM where there are lots of threads running. But __fsetlocking lets a caller say "I'll worry about the locking for this FILE*", which is useful for the normal case where you don't share a FILE* between threads so you don't need any locking. Bug: 17154740 Bug: 18593728 Change-Id: I2a8dddc29d3edff39a3d7d793387f2253608a68d
* Improve <stdio_ext.h> testing.Elliott Hughes2015-01-161-0/+6
| | | | | | I almost fixed a non-bug. Add a test to prevent me from doing that. Change-Id: I4a1dc13e603a7a377bdaee2e78132015087f7107
* Add <stdio_ext.h> for elfutils.Elliott Hughes2014-08-201-0/+133
Bug: 17139679 Change-Id: I1605ac382dbb6f23b2d874dbb9769f3cde4a6a99