Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/vm/
H A Dfault_throughput.c80 typedef struct test_globals { struct
82 pthread_mutex_t tg_lock;
83 pthread_cond_t tg_cv;
85 unsigned int tg_running_count;
87 bool tg_done;
111 } test_globals_t; argument
114 void *test_globals; argument