Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dcrasher.c52 void *noisy(void *x) in noisy() function
69 pthread_create(&thr, &attr, noisy, (void*) 'A'); in ctest()
70 pthread_create(&thr, &attr, noisy, (void*) 'B'); in ctest()
71 pthread_create(&thr, &attr, noisy, (void*) 'C'); in ctest()