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

/system/core/debuggerd/
H A Dcrasher.c76 pthread_t thr; local
80 pthread_create(&thr, &attr, noisy, (void*) 'A');
81 pthread_create(&thr, &attr, noisy, (void*) 'B');
82 pthread_create(&thr, &attr, noisy, (void*) 'C');
/system/core/adb/
H A Dtransport_local.cpp237 adb_thread_t thr; local
239 adb_thread_create(&thr, server_socket_thread, arg);
282 adb_thread_t thr; local
307 if(adb_thread_create(&thr, func, (void *) (uintptr_t) port)) {
H A Dcommandline.cpp407 adb_thread_t thr; local
428 adb_thread_create(&thr, stdin_read_thread, fds);

Completed in 212 milliseconds