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

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_pthread_t.h30 typedef __darwin_pthread_t pthread_t; typedef
/darwin-on-arm/xnu/tools/tests/execperf/
H A Drun.c22 pthread_t *threads;
33 threads = (pthread_t *)calloc(threadcount, sizeof(pthread_t));
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpthread_create.c41 pthread_t *ts_threads;
84 ts->ts_threads = calloc(lm_optB, sizeof (pthread_t));
H A Dmutex.c143 pthread_t tid;
H A Dpipe.c53 pthread_t ts_thread;
H A Dlibmicro.c169 static pthread_t *tids = NULL;
379 tids = (pthread_t *)malloc(lm_optT * sizeof (pthread_t));
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c397 pthread_t *threads;
446 threads = (pthread_t*) malloc(sizeof(pthread_t) * g_numthreads);
/darwin-on-arm/xnu/bsd/sys/
H A Dtypes.h350 typedef __darwin_pthread_t pthread_t; typedef
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsched_tests.c56 pthread_t __p;
H A Dkqueue_tests.c418 pthread_t my_threadv[3];
H A Dpipes_tests.c650 pthread_t thread1, thread2;
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dpool.c100 pthread_t thread;
H A Dsets.c90 pthread_t thread;
/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c235 pthread_t secthread;
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c61 pthread_t tid;
H A DKQMPMMtest.c63 pthread_t tid;
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c157 pthread_t thread;
392 pthread_t thr;
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c172 void _pthread_start(pthread_t self, mach_port_t kport, void *(*fun)(void *), void * funarg, size_t stacksize, unsigned int flags);
278 * contain the pthread_t structure.

Completed in 229 milliseconds