Searched refs:app_runstate (Results 1 – 1 of 1) sorted by relevance
49 int8_t app_runstate; member328 __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()