Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 6 of 6) sorted by relevance

/system/extras/tests/bionic/libc/other/
Dtest_thread_max.c50 pthread_t thread; in main() local
/system/bluetooth/tools/
Dsocktest.c434 pthread_t thread; in do_accept_and_close() local
459 pthread_t thread; in do_accept_shutdown() local
487 pthread_t thread; in do_connect_shutdown() local
512 pthread_t thread; in do_connectnb_shutdown() local
542 pthread_t thread; in do_connectnb_close() local
570 pthread_t thread; in do_accept_close_write() local
Dasocket_test.c420 pthread_t thread; in do_accept_and_close() local
445 pthread_t thread; in do_accept_shutdown() local
473 pthread_t thread; in do_connect_shutdown() local
498 pthread_t thread; in do_accept_close_write() local
Dsock_shutdown_test.c227 pthread_t thread; in do_accept_shutdown() local
/system/core/toolbox/
Dsetconsole.c127 pthread_t thread; in setconsole_main() local
/system/core/adb/
Dsysdeps.h68 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create()