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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpthread_create.c41 pthread_t *ts_threads; member in struct:__anon1409
84 ts->ts_threads = calloc(lm_optB, sizeof (pthread_t));
131 if ((error = pthread_create(ts->ts_threads + i,
135 ts->ts_threads[i] = 0;
155 if (ts->ts_threads[i] == 0 ||
156 pthread_join(ts->ts_threads[i], NULL) < 0) {

Completed in 18 milliseconds