Lines Matching refs:ExecRuntime
25 typedef struct ExecRuntime ExecRuntime;
88 struct ExecRuntime {
249 ExecRuntime *runtime,
281 int exec_runtime_make(ExecRuntime **rt, ExecContext *c, const char *id);
282 ExecRuntime *exec_runtime_ref(ExecRuntime *r);
283 ExecRuntime *exec_runtime_unref(ExecRuntime *r);
285 int exec_runtime_serialize(Unit *unit, ExecRuntime *rt, FILE *f, FDSet *fds);
286 int exec_runtime_deserialize_item(Unit *unit, ExecRuntime **rt, const char *key, const char *value, FDSet *fds);
288 void exec_runtime_destroy(ExecRuntime *rt);