Searched refs:app_runstate (Results 1 – 1 of 1) sorted by relevance
43 int8_t app_runstate; member322 __atomic_store_n(&s->app_runstate, RUNSTATE_RUNNING, in rte_service_runstate_set()325 __atomic_store_n(&s->app_runstate, RUNSTATE_STOPPED, in rte_service_runstate_set()343 __atomic_load_n(&s->app_runstate, __ATOMIC_ACQUIRE) == in rte_service_runstate_get()388 __atomic_load_n(&s->app_runstate, __ATOMIC_ACQUIRE) != in service_run()