|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Include dependency graph for exec_status.h:
This graph shows which files directly or indirectly include this file:Data Structures | |
| struct | refda_exec_status_t |
Functions | |
| static void | refda_exec_status_init (refda_exec_status_t *obj) |
| static void | refda_exec_status_deinit (refda_exec_status_t *obj) |
| static bool | refda_exec_status_wait (refda_exec_status_t *obj) |
| Wait for the finished semaphore and take it. | |
|
inlinestatic |
References CHKVOID, and refda_exec_status_t::finished.
Referenced by refda_agent_startup_exec().
|
inlinestatic |
References CHKVOID, refda_exec_status_t::failed, and refda_exec_status_t::finished.
Referenced by refda_agent_startup_exec().
|
inlinestatic |
Wait for the finished semaphore and take it.
| [in] | obj | The status to wait on. |
References CHKRET, refda_exec_status_t::failed, and refda_exec_status_t::finished.
Referenced by refda_agent_startup_exec().