Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c49 int8_t app_runstate; member
328 __atomic_store_n(&s->app_runstate, RUNSTATE_RUNNING, in rte_service_runstate_set()
331 __atomic_store_n(&s->app_runstate, RUNSTATE_STOPPED, in rte_service_runstate_set()
349 __atomic_load_n(&s->app_runstate, __ATOMIC_ACQUIRE) == in rte_service_runstate_get()
394 __atomic_load_n(&s->app_runstate, __ATOMIC_ACQUIRE) != in service_run()