[pypy-commit] pypy stmgc-c7: Add these temporarily, until we figure out how exactly we need it

arigo noreply at buildbot.pypy.org
Sat Mar 22 18:31:42 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r70170:ca4bf01af754
Date: 2014-03-22 18:29 +0100
http://bitbucket.org/pypy/pypy/changeset/ca4bf01af754/

Log:	Add these temporarily, until we figure out how exactly we need it

diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+++ b/rpython/rlib/rstm.py
@@ -6,6 +6,10 @@
 from rpython.rlib.jit import dont_look_inside
 
 
+def stop_all_other_threads(): "XXX"
+def partial_commit_and_resume_other_threads(): "XXX"
+
+
 TID = rffi.UINT
 tid_offset = CDefinedIntSymbolic('offsetof(struct rpyobj_s, tid)')
 adr_nursery_free = CDefinedIntSymbolic('(long)(&STM_SEGMENT->nursery_current)')


More information about the pypy-commit mailing list