Home
last modified time | relevance | path

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

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