lua_newthread     614 lib/lua/lbaselib.c   lua_State *NL = lua_newthread(L);
lua_newthread     112 lib/lua/lua.h  LUA_API lua_State *(lua_newthread) (lua_State *L);
lua_newthread     284 modules/luascript.c     Lt = lua_newthread( L );