Author: Armin Rigo <ar...@tunes.org> Branch: c8-locking Changeset: r1750:f7482306f0d4 Date: 2015-04-09 15:41 +0200 http://bitbucket.org/pypy/stmgc/changeset/f7482306f0d4/
Log: This is also a kind of lock... diff --git a/c8/LOCKS b/c8/LOCKS --- a/c8/LOCKS +++ b/c8/LOCKS @@ -69,3 +69,13 @@ The C_AT_SAFE_POINT and C_REQUEST_REMOVED condition codes are used by synchronize_all_threads(). That's used only in rare cases, for example because we want to start a major collection. + + + +usleep loop +=========== + +core.c: wait_for_other_inevitable() +sync.c: stm_wait_for_current_inevitable_transaction() + +Must be fixed! _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit