Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/
H A Dyield_aggressor.c181 write_independent_variables(pdwriter_t writer) in write_independent_variables()
191 write_time_values(pdwriter_t writer, struct cpu_time *delta_times, uint64_t elapsed_usecs, double i… in write_time_values()
212 int thread_pri, pdwriter_t writer) in run_yielding_test()
299 …pdwriter_t writer = pdwriter_open_tmp("xnu", "scheduler.yield_aggressor", 0, 0, pdj_path, MAX_PDJ_… variable
H A Dthread_group_fairness.c213 …pdwriter_t writer = pdwriter_open_tmp("xnu", "scheduler.thread_group_fairness", 0, 0, pdj_path, MA… variable
/xnu-12377.81.4/tests/
H A Dentropy.c56 pdwriter_t writer = pdwriter_open_tmp("xnu", "entropy_filter_rate", 0, 0, NULL, 0); variable
H A Dkevent_pty.c198 static pthread_t reader, writer; variable
/xnu-12377.81.4/tests/counter/
H A Dbenchmark.c108 writer(void *arg) in writer() function