Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlfunc.h22 #define isintwups(L) (L->twups != L) macro
A Dlfunc.c76 if (!isintwups(L)) { /* thread not in list of threads with upvalues? */ in newupval()
91 lua_assert(isintwups(L) || L->openupval == NULL); in luaF_findupval()
A Dlgc.c629 th->openupval == NULL || isintwups(th)); in traversethread()
638 if (!isintwups(th) && th->openupval != NULL) { in traversethread()

Completed in 7 milliseconds