Searched defs:thr (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Dcrasher.c85 pthread_t thr; local
89 pthread_create(&thr, &attr, noisy, (void*) 'A');
90 pthread_create(&thr, &attr, noisy, (void*) 'B');
91 pthread_create(&thr, &attr, noisy, (void*) 'C');

Completed in 53 milliseconds