Home
last modified time | relevance | path

Searched refs:pthread_attrs (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/tests/counter/
H A Dbenchmark.c64 pthread_attr_t pthread_attrs; in main() local
80 ret = pthread_attr_init(&pthread_attrs); in main()
86 ret = pthread_create(threads + i, &pthread_attrs, writer, &globals); in main()
/xnu-11215.1.10/tests/vm/
H A Dfault_throughput.c524 pthread_attr_t pthread_attrs; in spawn_worker_threads() local
529 ret = pthread_attr_init(&pthread_attrs); in spawn_worker_threads()
537 ret = pthread_create(threads + i, &pthread_attrs, faulting_thread, &faulting_thread_args[i]); in spawn_worker_threads()
540 ret = pthread_attr_destroy(&pthread_attrs); in spawn_worker_threads()