Searched refs:ts_attr (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/tools/tests/libMicro/
H A Dpthread_create.c42 pthread_attr_t *ts_attr; member in struct:__anon1285
88 ts->ts_attr = malloc(sizeof (pthread_attr_t));
89 (void) pthread_attr_init(ts->ts_attr);
90 if ((errors = pthread_attr_setstacksize(ts->ts_attr, opts))
96 ts->ts_attr = NULL;
132 ts->ts_attr, func, tsd)) != 0) {

Completed in 18 milliseconds