dart-sdk/runtime/platform
cbracken@google.com a6ace331f3 Replaced strerror() calls with threadsafe strerror_r().
Mac/Android use the XSI-compliant definition of strerror_r() which stores the message in the passed-in buffer.

Linux uses the GNU-specific definition of strerror_r() which takes a buffer and returns the message in a char* (which may or may not be the passed-in buffer).

BUG=
R=iposva@google.com

Review URL: https://codereview.chromium.org//22634003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25943 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-08 20:24:05 +00:00
..
assert.cc Fix Android build breaks 2012-09-21 22:04:37 +00:00
assert.h Replace scalarlist optimizations and split external array loads into two IL instructions. 2013-03-19 12:06:23 +00:00
c99_support_win.h Fix performance of parsing Mints. 2013-04-19 20:22:26 +00:00
floating_point.h Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
floating_point_win.cc Prepare for removal of source_filter.gypi: 2013-02-20 21:17:38 +00:00
floating_point_win.h Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
globals.h Begins implementation of ARM neon instructions. 2013-07-12 23:22:50 +00:00
hashmap.cc Put HashMap class in dart namespace. 2013-04-30 11:48:48 +00:00
hashmap.h Put HashMap class in dart namespace. 2013-04-30 11:48:48 +00:00
inttypes_support_win.h Move inttypes.h compatibility definitions for Win32 out of globals.h. 2012-09-07 00:05:47 +00:00
json.cc Added string appending to TextBuffer, removed STL use in vm_stats_impl. 2013-03-27 17:30:14 +00:00
json.h Added string appending to TextBuffer, removed STL use in vm_stats_impl. 2013-03-27 17:30:14 +00:00
platform_headers.gypi Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
platform_sources.gypi Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
thread.h Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
thread_android.cc Replaced strerror() calls with threadsafe strerror_r(). 2013-08-08 20:24:05 +00:00
thread_android.h Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
thread_linux.cc Replaced strerror() calls with threadsafe strerror_r(). 2013-08-08 20:24:05 +00:00
thread_linux.h Move the thread local functions to the Thread class in runtime/platform 2012-02-07 09:18:22 +00:00
thread_macos.cc Replaced strerror() calls with threadsafe strerror_r(). 2013-08-08 20:24:05 +00:00
thread_macos.h Fix Windows and Mac OS builds 2012-02-07 09:31:51 +00:00
thread_win.cc Only lookup and delete the monitor wait data if it was allocated. 2013-04-02 12:28:56 +00:00
thread_win.h Fix file descriptor leak in event handler implementation. When shutting down an isolate, we did not destruct the eventhandler so we leaked the file descriptors for it. 2013-03-13 11:11:38 +00:00
utils.cc Support constant folding of instructions with constant smi values. 2012-09-24 13:14:54 +00:00
utils.h Revert change 23636 as it is causing issues on dartium. Will resubmit after investigating the dartium failure. 2013-06-05 17:28:01 +00:00
utils_android.h Add utilities for converting from Host endianity to big endian and little endian formats for the various OSs. 2013-04-16 23:29:26 +00:00
utils_linux.h Add utilities for converting from Host endianity to big endian and little endian formats for the various OSs. 2013-04-16 23:29:26 +00:00
utils_macos.h Add utilities for converting from Host endianity to big endian and little endian formats for the various OSs. 2013-04-16 23:29:26 +00:00
utils_win.h Add utilities for converting from Host endianity to big endian and little endian formats for the various OSs. 2013-04-16 23:29:26 +00:00