Searched refs:dt_init (Results 1 – 3 of 3) sorted by relevance
90 * the config variables and dt_init() to fill in the per-worker state. Each123 dt_init(struct dt_env *env, struct comm_base* base);126 * Deletes the per-worker state created by dt_init
291 dt_init(struct dt_env *env, struct comm_base* base) in dt_init() function
2325 if(!dt_init(&worker->dtenv, worker->base)) in worker_init()