HomeSort by: relevance | last modified time | path
    Searched defs:newatomic (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lgc.c 1404 lu_mem newatomic; /* count of traversed objects */ local
1409 newatomic = atomic(L); /* mark everybody */
1410 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */
1419 g->lastatomic = newatomic;
lgc.c 1404 lu_mem newatomic; /* count of traversed objects */ local
1409 newatomic = atomic(L); /* mark everybody */
1410 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */
1419 g->lastatomic = newatomic;

Completed in 117 milliseconds