Searched refs:bt_jni_workqueue_thread (Results 1 – 1 of 1) sorted by relevance
124 static thread_t *bt_jni_workqueue_thread; variable301 if (!bt_jni_workqueue_thread) { in btif_sendmsg()307 thread_post(bt_jni_workqueue_thread, bt_jni_msg_ready, p_msg); in btif_sendmsg()311 if (!bt_jni_workqueue_thread) { in btif_thread_post()316 thread_post(bt_jni_workqueue_thread, func, context); in btif_thread_post()437 bt_jni_workqueue_thread = thread_new(BT_JNI_WORKQUEUE_NAME); in btif_init_bluetooth()438 if (bt_jni_workqueue_thread == NULL) { in btif_init_bluetooth()449 thread_free(bt_jni_workqueue_thread); in btif_init_bluetooth()451 bt_jni_workqueue_thread = NULL; in btif_init_bluetooth()619 thread_free(bt_jni_workqueue_thread); in btif_cleanup_bluetooth()[all …]