[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / v8threads.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2013-11-21 jochen@chromium.orgRemove preemption thread and API
2013-09-03 dcarney@chromium.orgremove Isolate::Current from most files starting with...
2013-08-29 bmeurer@chromium.orgCleanup Mutex and related classes.
2013-07-31 bmeurer@chromium.orgRevert the latest set of platform changes.
2013-07-30 bmeurer@chromium.orgSimplify implementation of Mutex.
2012-07-02 yangguo@chromium.orgPlug memory leak in Isolate.
2011-12-08 vegorov@chromium.orgEnsure that non-optimized code objects are not flushed...
2011-09-08 ricow@chromium.orgFix presubmit errors caused by updated depot tools
2011-06-10 mikhail.naganov... "Deiceolate" Thread classes.
2011-06-10 mikhail.naganov... Revert accidental r8254..r8256
2011-06-10 mikhail.naganov... remove isolate reference from threads
2011-04-11 vitalyr@chromium.orgDo not rely on uniqueness of pthread_t
2011-04-05 mikhail.naganov... Simplify isolates access during stack iteration (WAS...
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2010-08-30 ricow@chromium.orgAdd functionality for finding code objects from a pc...
2010-06-04 ricow@chromium.orgRename ThreadManager::IterateThreads to ThreadManager...
2010-03-20 peter.rybin@gmail.comExplicitly declare temporary cooked frames state
2009-09-28 erik.corry@gmail.com* Fix memory leaks caused by thread local data being...
2009-09-04 mikhail.naganov... Linux profiler: check whether signal handler is called...
2009-08-19 ager@chromium.orgAdd support for forceful termination of JavaScript...
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-03-17 sgjesse@chromium.orgAdd thread information to the debugger.
2009-02-25 iposva@chromium.org- Pass the knowledge whether the old GC is compacting...
2009-01-15 deanm@chromium.orgFix a bunch of spelling mistakes :\
2008-12-17 iposva@chromium.orgFix issue 142:
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.