Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/tests/vm/
H A Dfault_throughput.c525 pthread_attr_t pthread_attrs; in spawn_worker_threads() local
530 ret = pthread_attr_init(&pthread_attrs); in spawn_worker_threads()
538 ret = pthread_create(threads + i, &pthread_attrs, faulting_thread, &faulting_thread_args[i]); in spawn_worker_threads()
541 ret = pthread_attr_destroy(&pthread_attrs); in spawn_worker_threads()