Searched refs:RUNNING (Results 1 – 6 of 6) sorted by relevance
24 RUNNING, enumerator
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.
194 __atomic_store_n(&lcore_config[lcore_id].state, RUNNING, in eal_thread_loop()
159 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()
117 return (thread_state == RUNNING)? 1 : 0; in thread_is_running()
162 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()