v8/src/base/platform
svenpanne@chromium.org dfda8950de More PNaCL fixes (without GYP/Makefile tweaks)
This is basically https://codereview.chromium.org/513923005/ with a
few changes:

   * Makefile.nacl and v8.gyp are untouched.

   * MAP_NORESERVE-handling is more defensive.

   * Added ugly busy-wait emulation of sem_timedwait.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23513 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-29 09:39:28 +00:00
..
condition-variable.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
condition-variable.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
elapsed-timer.h Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
mutex.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
mutex.h Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
platform-cygwin.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
platform-freebsd.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
platform-linux.cc More PNaCL fixes (without GYP/Makefile tweaks) 2014-08-29 09:39:28 +00:00
platform-macos.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
platform-openbsd.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
platform-posix.cc More PNaCL fixes (without GYP/Makefile tweaks) 2014-08-29 09:39:28 +00:00
platform-qnx.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
platform-solaris.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
platform-win32.cc Sync our homegrown SysInfo replacement with the one in Chrome base. 2014-08-27 08:29:22 +00:00
platform.h Sync our homegrown SysInfo replacement with the one in Chrome base. 2014-08-27 08:29:22 +00:00
semaphore.cc More PNaCL fixes (without GYP/Makefile tweaks) 2014-08-29 09:39:28 +00:00
semaphore.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
time.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
time.h Reland "Linux perf tool support update + refactoring." (r22146, fifth attempt) 2014-07-03 19:18:26 +00:00