Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_launch.h24 RUNNING, enumerator
/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst47 * RUNNING: owned by a core, must not be modified by another core, present in a list
49 Resetting or stopping a timer while it is in a CONFIG or RUNNING state is not allowed.
/dpdk/lib/eal/common/
H A Deal_common_thread.c194 __atomic_store_n(&lcore_config[lcore_id].state, RUNNING, in eal_thread_loop()
/dpdk/examples/pipeline/
H A Dthread.c159 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c117 return (thread_state == RUNNING)? 1 : 0; in thread_is_running()
/dpdk/examples/ip_pipeline/
H A Dthread.c162 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()