Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c484 #define CO_NOR 2 /* 'normal' (it resumed another coroutine) */ macro
498 return CO_NOR; /* it is running */ in costatus()