Searched refs:env_t (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c39 } env_t; typedef in typeref:struct:env
42 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,
176 int do_work(env_t* env) {
198 env_t env;
254 static bool init_environment(env_t* env) {
290 env_t env;
H A Dtest-random-op.c51 } env_t; typedef in typeref:struct:env
56 env_t* env;
67 static bool init_environment(env_t*);
68 static void add_random_ops(env_t* env);
75 static bool worker_new(env_t* env, const char* fn, uint32_t size) {
98 static void free_workers(env_t* env) {
125 static bool init_environment(env_t* env) {
150 env_t* env = arg;
165 env_t* env = w->env;
611 static void add_random_ops(env_t* en
[all...]

Completed in 33 milliseconds