Searched refs:thr (Results 1 – 1 of 1) sorted by relevance
85 pthread_t thr; in ctest() local89 pthread_create(&thr, &attr, noisy, (void*) 'A'); in ctest()90 pthread_create(&thr, &attr, noisy, (void*) 'B'); in ctest()91 pthread_create(&thr, &attr, noisy, (void*) 'C'); in ctest()