Searched refs:RUNNING (Results 1 – 11 of 11) sorted by relevance
23 RUNNING, /**< executing command */ enumerator
97 lcore_config[lcore_id].state = RUNNING; in eal_thread_loop()
113 lcore_config[lcore_id].state = RUNNING; in eal_thread_loop()
47 * RUNNING: owned by a core, must not be modified by another core, present in a list49 Resetting or stopping a timer while it is in a CONFIG or RUNNING state is not allowed.
566 _primo->SetState(MicroThread::RUNNING); in InitFrame()727 thread->SetState(MicroThread::RUNNING); in ThreadSchdule()889 thread->SetState(MicroThread::RUNNING); in NotifyThread()906 daemon_thread->SetState(MicroThread::RUNNING); in SwapDaemonThread()
192 RUNNING = 2, enumerator
152 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()
202 __PMC_STATE(RUNNING) \
119 return (thread_state == RUNNING)? 1 : 0; in thread_is_running()
164 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()