Lines Matching refs:thread
41 static thread_t *thread; variable
56 assert(thread == NULL); in btif_sock_init()
77 thread = thread_new("btif_sock"); in btif_sock_init()
78 if (!thread) { in btif_sock_init()
84 status = btsock_sco_init(thread); in btif_sock_init()
94 thread_free(thread); in btif_sock_init()
95 thread = NULL; in btif_sock_init()
106 thread_stop(thread); in btif_sock_cleanup()
107 thread_join(thread); in btif_sock_cleanup()
112 thread_free(thread); in btif_sock_cleanup()
114 thread = NULL; in btif_sock_cleanup()