threadspfunc
void *threadspfunc(void *); /* threadspfunc.S assembly routine */
RZ(pthread_create(&t, NULL, &threadspfunc, NULL));
RZ(pthread_create(&t, &attr, &threadspfunc, NULL));
RZ(pthread_create(&t, &attr, &threadspfunc, NULL));