Home
last modified time | relevance | path

Searched refs:setpause (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.c912 static void setpause (global_State *g, l_mem estimate) { in setpause() function
1133 setpause(g, gettotalbytes(g)); in generationalcollection()
1151 setpause(g, g->GCestimate); /* pause until next cycle */ in incstep()
1212 setpause(g, gettotalbytes(g)); in luaC_fullgc()
/freebsd/contrib/lua/src/
H A Dlgc.c1059 static void setpause (global_State *g) { in setpause() function
1417 setpause(g); in stepgenfull()
1457 setpause(g); /* do a long wait for next (major) collection */ in genstep()
1678 setpause(g); /* pause until next cycle */ in incstep()
1721 setpause(g); in fullinc()