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()
525 pthread_attr_t pthread_attrs; in spawn_worker_threads() local530 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()