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

/system/core/debuggerd/
H A Dcrasher.c72 static void *noisy(void *x) function
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 60 milliseconds