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

/system/core/debuggerd/
H A Dcrasher.c66 pthread_t thr; local
70 pthread_create(&thr, &attr, noisy, (void*) 'A');
71 pthread_create(&thr, &attr, noisy, (void*) 'B');
72 pthread_create(&thr, &attr, noisy, (void*) 'C');
79 pthread_t thr; local
93 pthread_create(&thr, &attr, test_thread, 0);
/system/core/adb/
H A Dtransport_local.c256 adb_thread_t thr; local
258 adb_thread_create(&thr, server_socket_thread, arg);
301 adb_thread_t thr; local
326 if(adb_thread_create(&thr, func, (void *)port)) {
H A Dcommandline.c332 adb_thread_t thr; local
350 adb_thread_create(&thr, stdin_read_thread, fds);

Completed in 294 milliseconds