lua_tothread      548 lib/lua/lbaselib.c   lua_State *co = lua_tothread(L, 1);
lua_tothread      581 lib/lua/lbaselib.c   lua_State *co = lua_tothread(L, 1);
lua_tothread      599 lib/lua/lbaselib.c   lua_State *co = lua_tothread(L, lua_upvalueindex(1));
lua_tothread       79 lib/lua/ldblib.c     return lua_tothread(L, 1);
lua_tothread      153 lib/lua/lua.h  LUA_API lua_State      *(lua_tothread) (lua_State *L, int idx);