~james-page/ubuntu/precise/nodejs/test-timeout

« back to all changes in this revision

Viewing changes to deps/v8/src/v8threads.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2011-06-30 07:03:44 UTC
  • mfrom: (7.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110630070344-5928xvhb3ddw5adb
Tags: 0.4.9-1ubuntu1
* Merge from Debian unstable (LP: #786428). Remaining changes:
  - debian/patches/2007_remove_internet_test.patch: Remove test which requires
    internet connection

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
  static void Iterate(ObjectVisitor* v);
107
107
  static void IterateArchivedThreads(ThreadVisitor* v);
108
 
  static void MarkCompactPrologue(bool is_compacting);
109
 
  static void MarkCompactEpilogue(bool is_compacting);
110
108
  static bool IsLockedByCurrentThread() { return mutex_owner_.IsSelf(); }
111
109
 
112
110
  static int CurrentId();