Searched defs:isemergency (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlgc.c1179 ** performs a full GC cycle; if "isemergency", does not call
1182 void luaC_fullgc (lua_State *L, int isemergency) { argument
1186 if (isemergency) /* do not run finalizers during emergency GC */
1207 if (!isemergency) /* do not run finalizers during emergency GC */
/external/syslinux/com32/lua/src/
H A Dlgc.c1186 ** performs a full GC cycle; if "isemergency", does not call
1189 void luaC_fullgc (lua_State *L, int isemergency) { argument
1193 if (isemergency) /* do not run finalizers during emergency GC */
1214 if (!isemergency) /* do not run finalizers during emergency GC */

Completed in 108 milliseconds