Searched defs:thread (Results 1 – 6 of 6) sorted by relevance
50 pthread_t thread; in main() local
434 pthread_t thread; in do_accept_and_close() local459 pthread_t thread; in do_accept_shutdown() local487 pthread_t thread; in do_connect_shutdown() local512 pthread_t thread; in do_connectnb_shutdown() local542 pthread_t thread; in do_connectnb_close() local570 pthread_t thread; in do_accept_close_write() local
420 pthread_t thread; in do_accept_and_close() local445 pthread_t thread; in do_accept_shutdown() local473 pthread_t thread; in do_connect_shutdown() local498 pthread_t thread; in do_accept_close_write() local
227 pthread_t thread; in do_accept_shutdown() local
127 pthread_t thread; in setconsole_main() local
68 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create()