Home
last modified time | relevance | path

Searched refs:lua_newthread (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c83 NL = lua_newthread(L); in luaB_cocreate()
H A Dlstate.c235 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread() function
/freebsd/contrib/lua/src/
H A Dlcorolib.c98 NL = lua_newthread(L); in luaB_cocreate()
H A Dlstate.c286 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread() function
H A Dlua.h165 LUA_API lua_State *(lua_newthread) (lua_State *L); variable
H A Dltests.c1120 lua_State *L1 = lua_newthread(L); in doonnewstack()
1533 lua_newthread(L1); in runC()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h133 LUA_API lua_State *(lua_newthread) (lua_State *L); variable