Home
last modified time | relevance | path

Searched refs:ismain (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c131 int ismain = lua_pushthread(L); in luaB_corunning() local
132 lua_pushboolean(L, ismain); in luaB_corunning()
/freebsd/contrib/lua/src/
H A Dlcorolib.c164 int ismain = lua_pushthread(L); in luaB_corunning() local
165 lua_pushboolean(L, ismain); in luaB_corunning()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua29 local main, ismain = coroutine.running()
30 assert(type(main) == "thread" and ismain)
/freebsd/libexec/rtld-elf/
H A Dmap_object.c60 map_object(int fd, const char *path, const struct stat *sb, bool ismain) in map_object() argument
326 if (ismain) in map_object()