Searched refs:env_t (Results 1 – 2 of 2) sorted by relevance
39 } env_t; typedef42 env_t* env;66 bool worker_new(env_t* env, const char* where, const char* fn,69 static bool init_environment(env_t* env);154 bool worker_new(env_t* env, const char* where, const char* fn, in worker_new()176 int do_work(env_t* env) { in do_work()198 env_t env; in test_work_single_thread()254 static bool init_environment(env_t* env) { in init_environment()290 env_t env; in test_work_concurrently()
51 } env_t; typedef56 env_t* env;67 static bool init_environment(env_t*);68 static void add_random_ops(env_t* env);98 static void free_workers(env_t* env) { in free_workers()125 static bool init_environment(env_t* env) { in init_environment()150 env_t* env = arg; in log_timer()165 env_t* env = w->env; in task_debug_op()611 static void add_random_ops(env_t* env) { in add_random_ops()636 env_t* env = w->env; in do_random_ops()[all …]
Completed in 5 milliseconds