Home
last modified time | relevance | path

Searched refs:luaopen_coroutine (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlualib.h18 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
H A Dlcorolib.c150 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c1062 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()