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

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c1043 static void setpause (global_State *g);
1389 setpause(g);
1429 setpause(g); /* do a long wait for next (major) collection */
1457 static void setpause (global_State *g) { function
1656 setpause(g); /* pause until next cycle */
1694 setpause(g);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlgc.c912 static void setpause (global_State *g, l_mem estimate) { function
1133 setpause(g, gettotalbytes(g));
1151 setpause(g, g->GCestimate); /* pause until next cycle */
1212 setpause(g, gettotalbytes(g));

Completed in 120 milliseconds