Searched refs:pthread_attrs (Results 1 – 2 of 2) sorted by relevance
64 pthread_attr_t pthread_attrs; in main() local80 ret = pthread_attr_init(&pthread_attrs); in main()86 ret = pthread_create(threads + i, &pthread_attrs, writer, &globals); in main()
524 pthread_attr_t pthread_attrs; in spawn_worker_threads() local529 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()