Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_launch.h23 RUNNING, /**< executing command */ enumerator
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_thread.c97 lcore_config[lcore_id].state = RUNNING; in eal_thread_loop()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_thread.c113 lcore_config[lcore_id].state = RUNNING; in eal_thread_loop()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_thread.c113 lcore_config[lcore_id].state = RUNNING; in eal_thread_loop()
/f-stack/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.
/f-stack/app/micro_thread/
H A Dmicro_thread.cpp566 _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()
H A Dmicro_thread.h192 RUNNING = 2, enumerator
/f-stack/dpdk/examples/pipeline/
H A Dthread.c152 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()
/f-stack/freebsd/sys/
H A Dpmc.h202 __PMC_STATE(RUNNING) \
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c119 return (thread_state == RUNNING)? 1 : 0; in thread_is_running()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c164 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()