Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.h171 PRIMORDIAL = 1, ///< primordial thread, created when frame initialized. enumerator
238 return (PRIMORDIAL == _type); in IsPrimo()
H A Dmicro_thread.cpp559 _primo = new MicroThread(MicroThread::PRIMORDIAL); in InitFrame()