Searched refs:WORK (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/utest/fs-host/
H A Dtest-rw-workers.cpp59 } WORK[] = { variable in typeref:struct:__anon1400
210 for (unsigned n = 0; n < fbl::count_of(WORK); n++) {
211 ASSERT_TRUE(worker_new(where, WORK[n].name, WORK[n].work,
212 WORK[n].size, WORK[n].flags));
/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c227 } WORK[] = { variable in typeref:struct:__anon1393
263 for (unsigned n = 0; n < countof(WORK); n++) {
264 ASSERT_TRUE(worker_new(env, where, WORK[n].name, WORK[n].work,
265 WORK[n].size, WORK[n].flags), "");
H A Dtest-random-op.c113 } WORK[] = { variable in typeref:struct:__anon1390
140 for (unsigned n = 0; n < countof(WORK); n++) {
141 ASSERT_TRUE(worker_new(env, WORK[n].name, WORK[n].size), "");

Completed in 78 milliseconds