Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dcrasher.c84 pthread_t thr; in ctest() local
88 pthread_create(&thr, &attr, noisy, (void*) 'A'); in ctest()
89 pthread_create(&thr, &attr, noisy, (void*) 'B'); in ctest()
90 pthread_create(&thr, &attr, noisy, (void*) 'C'); in ctest()
/system/core/adb/
Dtransport_local.c259 adb_thread_t thr; in qemu_socket_thread() local
261 adb_thread_create(&thr, server_socket_thread, arg); in qemu_socket_thread()
304 adb_thread_t thr; in local_init() local
329 if(adb_thread_create(&thr, func, (void *)port)) { in local_init()
Dcommandline.c347 adb_thread_t thr; in interactive_shell() local
365 adb_thread_create(&thr, stdin_read_thread, fds); in interactive_shell()