Lines Matching refs:pthread_create
223 pthread_create(&th, NULL, TSDWorker, NULL);
233 // pthread_create() to spawn the grandchild.
238 pthread_create(&th, NULL, TSDWorker, &test_key);
442 pthread_create(&t[i], 0, (void* (*)(void *x))MallocStress,
463 pthread_create(&t[i], 0, (void* (*)(void *x))ManyThreadsWorker, (void*)i);
718 pthread_create(&t, 0, ThreadStackReuseFunc1, 0);
720 pthread_create(&t, 0, ThreadStackReuseFunc2, 0);
1518 pthread_create(&t, 0, ThreadedTestAlloc, &x);
1520 pthread_create(&t, 0, ThreadedTestFree, &x);
1522 pthread_create(&t, 0, ThreadedTestUse, &x);
1681 pthread_create(&t[i], 0, (void* (*)(void *x))LotsOfStackReuse, 0);
1696 pthread_create(&t, 0, PthreadExit, 0);
1766 pthread_create(&t, 0, SimpleBugOnSTack, 0);
1950 pthread_create(&workers[i], 0, MallocIntrospectionLockWorker, 0);
1952 pthread_create(&forker, 0, MallocIntrospectionLockForker, 0);
1972 pthread_create(&th, NULL, TSDAllocWorker, &test_key);