Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlgc.c911 static void setpause (global_State *g, l_mem estimate) { in setpause() function
1132 setpause(g, gettotalbytes(g)); in generationalcollection()
1150 setpause(g, g->GCestimate); /* pause until next cycle */ in incstep()
1211 setpause(g, gettotalbytes(g)); in luaC_fullgc()
/freebsd-14.2/contrib/lua/src/
H A Dlgc.c1057 static void setpause (global_State *g) { in setpause() function
1415 setpause(g); in stepgenfull()
1455 setpause(g); /* do a long wait for next (major) collection */ in genstep()
1676 setpause(g); /* pause until next cycle */ in incstep()
1717 setpause(g); in fullinc()