Searched refs:pthread_attrs (Results 1 – 1 of 1) sorted by relevance
167 static pthread_attr_t pthread_attrs[NUM_CPUS]; variable177 return pthread_create(&pthreads[i], &pthread_attrs[i], pthread_fun, INT_TO_POINTER(i)); in pthread_create_wrapper()212 ret = pthread_attr_init(&pthread_attrs[i]); in setup()215 ret = pthread_attr_setstack(&pthread_attrs[i], thread_stacks[i], in setup()219 ret = pthread_attr_setschedpolicy(&pthread_attrs[i], SCHED_FIFO); in setup()222 ret = pthread_attr_setschedparam(&pthread_attrs[i], ¶m); in setup()