Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dconfig.h29 extern int8_t end_app_exists;
/mOS-networking-stack/core/src/
H A Dconfig.c34 int8_t end_app_exists = 0; variable
1151 if (end_app_exists == 0 && !strcmp(app_conf->type, "end")) in PatchCONFIG()
1152 end_app_exists = 1; in PatchCONFIG()
1158 if (!end_app_exists && !mon_app_exists) mon_app_exists = 1; in PatchCONFIG()
H A Dcore.c988 if (end_app_exists && mtcp->flow_cnt > 0) { in RunMainLoop()