Searched refs:checkstack (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/sys/vm/stack/ |
H A D | stack_dt_need_exec_test.c | 12 extern int checkstack(void); 24 return (checkstack()); in jumpstack0() 33 return (checkstack()); in jumpstack1()
|
H A D | stack_dlopen_exec_test.c | 19 checkstack(void) in checkstack() function 38 return (checkstack()); in jumpstack0() 47 return (checkstack()); in jumpstack1()
|
/freebsd/contrib/lua/src/ |
H A D | ldblib.c | 35 static void checkstack (lua_State *L, lua_State *L1, int n) { in checkstack() function 154 checkstack(L, L1, 3); in db_getinfo() 218 checkstack(L, L1, 1); in db_getlocal() 245 checkstack(L, L1, 1); in db_setlocal() 386 checkstack(L, L1, 1); in db_sethook() 409 checkstack(L, L1, 1); in db_gethook()
|
H A D | ltests.c | 439 static void checkstack (global_State *g, lua_State *L1) { in checkstack() function 476 checkstack(g, gco2th(o)); in checkrefs()
|
/freebsd/tests/sys/vm/soxstack/ |
H A D | soxstack.c | 17 int checkstack(void); 21 checkstack(void) in checkstack() function
|