Home
last modified time | relevance | path

Searched defs:test_globals (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/tests/vm/
H A Dfault_throughput.c81 typedef struct test_globals { struct
83 pthread_mutex_t tg_lock;
84 pthread_cond_t tg_cv;
86 unsigned int tg_running_count;
88 bool tg_done;
112 } test_globals_t; argument
115 void *test_globals; argument